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

Method FreeTexture

headers/openvr_api.cs:3957–3960  ·  view source on GitHub ↗
(IntPtr pTexture)

Source from the content-addressed store, hash-verified

3955 return result;
3956 }
3957 public void FreeTexture(IntPtr pTexture)
3958 {
3959 FnTable.FreeTexture(pTexture);
3960 }
3961 public EVRRenderModelError LoadTextureD3D11_Async(int textureId,IntPtr pD3D11Device,ref IntPtr ppD3D11Texture2D)
3962 {
3963 EVRRenderModelError result = FnTable.LoadTextureD3D11_Async(textureId,pD3D11Device,ref ppD3D11Texture2D);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected