thomasmo / SampleVRO

Sample D3D11/D2D app as OpenVR Overlay in SteamVR
Mozilla Public License 2.0
3 stars 1 forks source link

Fix D3D version mismatch #1

Open thomasmo opened 5 years ago

thomasmo commented 5 years ago

With DX debug layer, seeing many of these warnings: D3D11 WARNING: ID3D10Device::CopySubresourceRegion: This ID3D10Device[1] method of the immediate context is locked out because an ID3D11Device[1] device context state is active. [ STATE_SETTING WARNING #3145945: DEVICE_LOCKEDOUT_INTERFACE]

thomasmo commented 5 years ago

looks like the warning emits during the call to OpenVRHelper::SetOverlayTexture

thomasmo commented 5 years ago

looks similar to https://github.com/ValveSoftware/openvr/issues/78 ?