openvr
openvr copied to clipboard
pink gpu performance on simple hmd driver
Hi! I am working on probably one of the simplest HMD Driver based on the display connected via HDMI. it appears as another display so using just IVRDisplayComponent, set Prop_EdidVendorID_Int32 and Prop_EdidProductID_Int32 and implement the interface as required. everything works perfectly but the GPU performance graph is almost completely pink. The experience is very smooth. Same when loading some app but then the graph is a bit less pink. It is basically a sample driver from SDK. Any help is appreciated!
IVRDisplayComponent
is well.... weird and really sensitive to it's props, I wish we had full documentation of this interface