MCPcopy 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
68TextureBase* CompositorGL::CreateTexture()
69{
70 return new TextureGL();
71}
72
73void CompositorGL::RenderMirrorTexture(ovrMirrorTexture mirrorTexture)
74{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected