MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetOutputDevice

Method GetOutputDevice

headers/openvr_api.cs:2270–2274  ·  view source on GitHub ↗
(ref ulong pnDevice,ETextureType textureType,IntPtr pInstance)

Source from the content-addressed store, hash-verified

2268 FnTable.GetDXGIOutputInfo(ref pnAdapterIndex);
2269 }
2270 public void GetOutputDevice(ref ulong pnDevice,ETextureType textureType,IntPtr pInstance)
2271 {
2272 pnDevice = 0;
2273 FnTable.GetOutputDevice(ref pnDevice,textureType,pInstance);
2274 }
2275 public bool IsDisplayOnDesktop()
2276 {
2277 bool result = FnTable.IsDisplayOnDesktop();

Callers 1

BInitVulkanDeviceMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected