Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
onelivesleft's avatar
onelivesleft
Honored Guest
1 year ago
Solved

Quest 3 Vulkan Validation Layer

Is it possible to use the vulkan validation layer on Quest 3? I've enabled the XR_EXT_DEBUG_UTILS_EXTENSION when creating the xr instance, and have created a debug callback using xrCreateDebugUtilsM...
  • onelivesleft's avatar
    1 year ago

    Turned out what I was doing was correct, I was just missing the important step of copying libVkLayer_khronos_validation.so into AndroidProject\app\src\main\jniLibs\arm64-v8a
    Once I copied that in, it all just worked.