MCPcopy Create free account
hub / github.com/LibreVR/Revive / UnlockSharedTexture

Method UnlockSharedTexture

Revive/TextureD3D.cpp:333–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

331}
332
333bool TextureD3D::UnlockSharedTexture()
334{
335 return wglDXUnlockObjectsNV(m_hInteropDevice, 1, &m_hInteropTarget);
336}
337
338bool TextureD3D::CreateSharedTextureGL(unsigned int* outName)
339{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected