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

Method GetRenderModelCount

headers/openvr_api.cs:3980–3984  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3978 return result;
3979 }
3980 public uint GetRenderModelCount()
3981 {
3982 uint result = FnTable.GetRenderModelCount();
3983 return result;
3984 }
3985 public uint GetComponentCount(string pchRenderModelName)
3986 {
3987 IntPtr pchRenderModelNameUtf8 = Utils.ToUtf8(pchRenderModelName);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected