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

Method TextureGL

Revive/TextureGL.cpp:7–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5#include <glad/glad_wgl.h>
6
7TextureGL::TextureGL()
8 : Texture(0)
9 , Framebuffer(0)
10 , ResolveTexture(0)
11 , ResolveFramebuffer(0)
12 , m_Width(0)
13 , m_Height(0)
14 , m_InteropTexture(0)
15{
16}
17
18TextureGL::~TextureGL()
19{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected