From aa3dbff2342a4d698c10a5fd816904de01b03605 Mon Sep 17 00:00:00 2001 From: Nicolas James Date: Tue, 31 Mar 2026 18:46:47 +1100 Subject: Fix broken cmake install --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index b86cc87..bfbf11c 100644 --- a/README.md +++ b/README.md @@ -40,12 +40,16 @@ Create an out-of-tree build directory (creatively we'll use 'build') and install $ sudo make install ``` -To verify that the installation succeeded you can run this command. If it prints '1', you're good to go. +To verify that the installation succeeded you can run this command. If it prints '1' the loader can see the layer and installation was successful. ``` $ ENABLE_LOW_LATENCY_LAYER=1 vulkaninfo 2>/dev/null | grep -q VK_LAYER_NJ3AHXAC_LowLatency && echo 1 || echo 0 ``` +# Usage and Configuration + +WIP TODO + # Benchmarks WIP - not updated for reflex merge -- cgit v1.2.3