(IntPtr pRenderModel)
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected