KRTexture::createGLTexture renamed to createGPUTexture. Updated all child classes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user