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

Method TextureBase

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

Source from the content-addressed store, hash-verified

11{
12public:
13 TextureBase() { }
14 virtual ~TextureBase() { };
15
16 virtual void ToVRTexture(vr::Texture_t& out) = 0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected