diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-21 23:40:03 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-02-21 23:40:03 +1100 |
| commit | a8eaba973d39e81b1852240c2feba6e3891bc99b (patch) | |
| tree | 355af923c3a3d00dc750f31930e173bd1c2592be /low_latency_layer.json | |
| parent | 32a04a3554c583900d1c8452b958b71cc765eacf (diff) | |
Advertise antilag 2 as available extension + small cleanup
Diffstat (limited to 'low_latency_layer.json')
| -rw-r--r-- | low_latency_layer.json | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/low_latency_layer.json b/low_latency_layer.json index 17392b1..96ab52a 100644 --- a/low_latency_layer.json +++ b/low_latency_layer.json @@ -6,7 +6,7 @@ "library_path": "./libVkLayer_NJ3AHXAC_LowLatency.so", "api_version": "1.3.0", "implementation_version": "1", - "description": "WIP Sample layer from https://renderdoc.org/vulkan-layer-guide.html", + "description": "Input latency reduction layer", "functions": { "vkGetInstanceProcAddr": "LowLatency_GetInstanceProcAddr", "vkGetDeviceProcAddr": "LowLatency_GetDeviceProcAddr" @@ -16,6 +16,15 @@ }, "disable_environment": { "DISABLE_LOW_LATENCY_LAYER": "1" - } + }, + "device_extensions": [ + { + "name": "VK_AMD_anti_lag", + "spec_version": "1", + "entrypoints": [ + "vkAntiLagUpdateAMD" + ] + } + ] } }
\ No newline at end of file |
