I getting error message saying to initialize Volk first before running xrCreateSession() because volkGetLoadedInstance() returns null
So I tested it out myself by calling volkGetLoadedInstance() and it does not returns null it returns valid VkInstance
So why OpenXR internal call returns NULL but mine does not ???