aboutsummaryrefslogtreecommitdiff
path: root/low_latency_layer.json
diff options
context:
space:
mode:
authorNicolas James <nj3ahxac@gmail.com>2026-01-15 18:58:37 +1100
committerNicolas James <nj3ahxac@gmail.com>2026-01-15 18:58:37 +1100
commitc7363b6165a7795d10a8989c241dcdec84d0c7d7 (patch)
treeeedb971780a18d4f98c7fceec52e4877d4065037 /low_latency_layer.json
parentf6ff028f1ed0f838e2e3b767683c620160a37f49 (diff)
Add implementation of renderdoc's vulkan layer tutorial
Diffstat (limited to 'low_latency_layer.json')
-rw-r--r--low_latency_layer.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/low_latency_layer.json b/low_latency_layer.json
new file mode 100644
index 0000000..17392b1
--- /dev/null
+++ b/low_latency_layer.json
@@ -0,0 +1,21 @@
+{
+ "file_format_version": "1.0.0",
+ "layer": {
+ "name": "VK_LAYER_NJ3AHXAC_LowLatency",
+ "type": "GLOBAL",
+ "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",
+ "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