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

Method CVRSystem

headers/openvr_api.cs:2215–2218  ·  view source on GitHub ↗
(IntPtr pInterface)

Source from the content-addressed store, hash-verified

2213{
2214 IVRSystem FnTable;
2215 internal CVRSystem(IntPtr pInterface)
2216 {
2217 FnTable = (IVRSystem)Marshal.PtrToStructure(pInterface, typeof(IVRSystem));
2218 }
2219 public void GetRecommendedRenderTargetSize(ref uint pnWidth,ref uint pnHeight)
2220 {
2221 pnWidth = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected