(EVREye eEye,IntPtr pD3D11DeviceOrResource,ref IntPtr ppD3D11ShaderResourceView)
| 3248 | FnTable.SuspendRendering(bSuspend); |
| 3249 | } |
| 3250 | public EVRCompositorError GetMirrorTextureD3D11(EVREye eEye,IntPtr pD3D11DeviceOrResource,ref IntPtr ppD3D11ShaderResourceView) |
| 3251 | { |
| 3252 | EVRCompositorError result = FnTable.GetMirrorTextureD3D11(eEye,pD3D11DeviceOrResource,ref ppD3D11ShaderResourceView); |
| 3253 | return result; |
| 3254 | } |
| 3255 | public void ReleaseMirrorTextureD3D11(IntPtr pD3D11ShaderResourceView) |
| 3256 | { |
| 3257 | FnTable.ReleaseMirrorTextureD3D11(pD3D11ShaderResourceView); |
nothing calls this directly
no outgoing calls
no test coverage detected