Vulkan refactoring - Eliminated KRTexture::m_iHandle

This commit is contained in:
2022-07-18 22:30:36 -07:00
parent 41679f0497
commit c8af34bc0b
2 changed files with 2 additions and 4 deletions

View File

@@ -101,8 +101,6 @@ protected:
std::vector<TextureHandle> m_newHandles;
std::atomic_bool m_haveNewHandles;
// TODO - Remove m_iHandle once Vulkan refactoring complete
GLuint m_iHandle;
std::atomic_flag m_handle_lock;
int m_current_lod_max_dim;