KRTexture::createGLTexture renamed to createGPUTexture. Updated all child classes.

This commit is contained in:
2022-07-16 00:17:25 -07:00
parent 41a1f3bd89
commit 559df3766e
8 changed files with 8 additions and 8 deletions

View File

@@ -52,7 +52,7 @@ public:
virtual void resize(int max_dim);
private:
virtual bool createGLTexture(int lod_max_dim);
bool createGPUTexture(int lod_max_dim) override;
float m_frame_rate;
int m_frame_count;