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

Method CVRCompositor

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

Source from the content-addressed store, hash-verified

3084{
3085 IVRCompositor FnTable;
3086 internal CVRCompositor(IntPtr pInterface)
3087 {
3088 FnTable = (IVRCompositor)Marshal.PtrToStructure(pInterface, typeof(IVRCompositor));
3089 }
3090 public void SetTrackingSpace(ETrackingUniverseOrigin eOrigin)
3091 {
3092 FnTable.SetTrackingSpace(eOrigin);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected