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

Method CVRResources

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

Source from the content-addressed store, hash-verified

4273{
4274 IVRResources FnTable;
4275 internal CVRResources(IntPtr pInterface)
4276 {
4277 FnTable = (IVRResources)Marshal.PtrToStructure(pInterface, typeof(IVRResources));
4278 }
4279 public uint LoadSharedResource(string pchResourceName,string pchBuffer,uint unBufferLen)
4280 {
4281 IntPtr pchResourceNameUtf8 = Utils.ToUtf8(pchResourceName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected