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