| 12 | public: |
| 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, |
nothing calls this directly
no outgoing calls
no test coverage detected