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

Method GetRenderModelName

headers/openvr_api.cs:3975–3979  ·  view source on GitHub ↗
(uint unRenderModelIndex,System.Text.StringBuilder pchRenderModelName,uint unRenderModelNameLen)

Source from the content-addressed store, hash-verified

3973 FnTable.FreeTextureD3D11(pD3D11Texture2D);
3974 }
3975 public uint GetRenderModelName(uint unRenderModelIndex,System.Text.StringBuilder pchRenderModelName,uint unRenderModelNameLen)
3976 {
3977 uint result = FnTable.GetRenderModelName(unRenderModelIndex,pchRenderModelName,unRenderModelNameLen);
3978 return result;
3979 }
3980 public uint GetRenderModelCount()
3981 {
3982 uint result = FnTable.GetRenderModelCount();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected