| 331 | } |
| 332 | |
| 333 | bool TextureD3D::UnlockSharedTexture() |
| 334 | { |
| 335 | return wglDXUnlockObjectsNV(m_hInteropDevice, 1, &m_hInteropTarget); |
| 336 | } |
| 337 | |
| 338 | bool TextureD3D::CreateSharedTextureGL(unsigned int* outName) |
| 339 | { |
nothing calls this directly
no outgoing calls
no test coverage detected