Daniel Burke

Results 3 issues of Daniel Burke

What I would like, is for Compositor->GetVulkanInstanceExtensionsRequired to be callable without initialising OpenVR, in the same manner as VR_IsHmdPresent() and VR_IsRuntimeInstalled(). I've got a program that while it does support...

Just what it says on the tin. I've written a minimalist test example demonstrating the feature. [testvr.c.txt](https://github.com/ValveSoftware/openvr/files/2634101/testvr.c.txt) I haven't managed to get this program to execute its final printf() on...

A glError was caused by calling glDisableVertexArrayAttrib() without a bound Vertex Array. Also tidied up the whitespace while I was there.