(int textureId,IntPtr pDstTexture)
| 3964 | return result; |
| 3965 | } |
| 3966 | public EVRRenderModelError LoadIntoTextureD3D11_Async(int textureId,IntPtr pDstTexture) |
| 3967 | { |
| 3968 | EVRRenderModelError result = FnTable.LoadIntoTextureD3D11_Async(textureId,pDstTexture); |
| 3969 | return result; |
| 3970 | } |
| 3971 | public void FreeTextureD3D11(IntPtr pD3D11Texture2D) |
| 3972 | { |
| 3973 | FnTable.FreeTextureD3D11(pD3D11Texture2D); |
nothing calls this directly
no outgoing calls
no test coverage detected