(EVREye eEye,ref uint pglTextureId,IntPtr pglSharedTextureHandle)
| 3257 | FnTable.ReleaseMirrorTextureD3D11(pD3D11ShaderResourceView); |
| 3258 | } |
| 3259 | public EVRCompositorError GetMirrorTextureGL(EVREye eEye,ref uint pglTextureId,IntPtr pglSharedTextureHandle) |
| 3260 | { |
| 3261 | pglTextureId = 0; |
| 3262 | EVRCompositorError result = FnTable.GetMirrorTextureGL(eEye,ref pglTextureId,pglSharedTextureHandle); |
| 3263 | return result; |
| 3264 | } |
| 3265 | public bool ReleaseSharedGLTexture(uint glTextureId,IntPtr glSharedTextureHandle) |
| 3266 | { |
| 3267 | bool result = FnTable.ReleaseSharedGLTexture(glTextureId,glSharedTextureHandle); |
nothing calls this directly
no outgoing calls
no test coverage detected