| 326 | } |
| 327 | |
| 328 | bool TextureD3D::LockSharedTexture() |
| 329 | { |
| 330 | return wglDXLockObjectsNV(m_hInteropDevice, 1, &m_hInteropTarget); |
| 331 | } |
| 332 | |
| 333 | bool TextureD3D::UnlockSharedTexture() |
| 334 | { |
nothing calls this directly
no outgoing calls
no test coverage detected