(int textureId,ref IntPtr ppTexture)
| 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); |
| 3955 | return result; |
| 3956 | } |
| 3957 | public void FreeTexture(IntPtr pTexture) |
| 3958 | { |
| 3959 | FnTable.FreeTexture(pTexture); |
nothing calls this directly
no outgoing calls
no test coverage detected