MCPcopy Create free account
hub / github.com/LibreVR/Revive / ~TextureBase

Method ~TextureBase

Revive/TextureBase.h:14–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12public:
13 TextureBase() { }
14 virtual ~TextureBase() { };
15
16 virtual void ToVRTexture(vr::Texture_t& out) = 0;
17 virtual bool Init(ovrTextureType Type, int Width, int Height, int MipLevels, int SampleCount,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected