diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-31 18:20:20 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2026-03-31 18:20:20 +1100 |
| commit | a6430cbe5462801505ef68caf08db3d6a8244b06 (patch) | |
| tree | 09abc4b1c6263f2482ae2281e78ef4d35dccae17 /low_latency_layer.json.in | |
| parent | 5e3837cadac73ba5b7d4085cddc48b0e816d826a (diff) | |
Add 'make install' command via cmake, update README.md
Diffstat (limited to 'low_latency_layer.json.in')
| -rw-r--r-- | low_latency_layer.json.in | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/low_latency_layer.json.in b/low_latency_layer.json.in new file mode 100644 index 0000000..d52a200 --- /dev/null +++ b/low_latency_layer.json.in @@ -0,0 +1,21 @@ +{ + "file_format_version": "1.0.0", + "layer": { + "name": "VK_LAYER_NJ3AHXAC_LowLatency", + "type": "GLOBAL", + "library_path": "@CMAKE_INSTALL_FULL_LIBDIR@/libVkLayer_NJ3AHXAC_LowLatency.so", + "api_version": "1.3.0", + "implementation_version": "2", + "description": "Input latency reduction layer", + "functions": { + "vkGetInstanceProcAddr": "LowLatency_GetInstanceProcAddr", + "vkGetDeviceProcAddr": "LowLatency_GetDeviceProcAddr" + }, + "enable_environment": { + "ENABLE_LOW_LATENCY_LAYER": "1" + }, + "disable_environment": { + "DISABLE_LOW_LATENCY_LAYER": "1" + } + } +}
\ No newline at end of file |
