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

Method CVRRenderModels

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

Source from the content-addressed store, hash-verified

3935{
3936 IVRRenderModels FnTable;
3937 internal CVRRenderModels(IntPtr pInterface)
3938 {
3939 FnTable = (IVRRenderModels)Marshal.PtrToStructure(pInterface, typeof(IVRRenderModels));
3940 }
3941 public EVRRenderModelError LoadRenderModel_Async(string pchRenderModelName,ref IntPtr ppRenderModel)
3942 {
3943 IntPtr pchRenderModelNameUtf8 = Utils.ToUtf8(pchRenderModelName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected