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

@@ -88,7 +88,7 @@ public:
void _swapHandles();
protected:
virtual bool createGLTexture(int lod_max_dim) = 0;
virtual bool createGPUTexture(int lod_max_dim) = 0;
GLuint getHandle();
struct TextureHandle {