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

Method FreeRenderModel

headers/openvr_api.cs:3948–3951  ·  view source on GitHub ↗
(IntPtr pRenderModel)

Source from the content-addressed store, hash-verified

3946 return result;
3947 }
3948 public void FreeRenderModel(IntPtr pRenderModel)
3949 {
3950 FnTable.FreeRenderModel(pRenderModel);
3951 }
3952 public EVRRenderModelError LoadTexture_Async(int textureId,ref IntPtr ppTexture)
3953 {
3954 EVRRenderModelError result = FnTable.LoadTexture_Async(textureId,ref ppTexture);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected