Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LibreVR/Revive
/ CreateTexture
Method
CreateTexture
Revive/CompositorGL.cpp:68–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
66
}
67
68
TextureBase* CompositorGL::CreateTexture()
69
{
70
return new TextureGL();
71
}
72
73
void CompositorGL::RenderMirrorTexture(ovrMirrorTexture mirrorTexture)
74
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected