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

Method GetD3D9AdapterIndex

headers/openvr_api.cs:2260–2264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2258 return result;
2259 }
2260 public int GetD3D9AdapterIndex()
2261 {
2262 int result = FnTable.GetD3D9AdapterIndex();
2263 return result;
2264 }
2265 public void GetDXGIOutputInfo(ref int pnAdapterIndex)
2266 {
2267 pnAdapterIndex = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected