Refactored KRTexture::_swapHandles for Vulkan. Added KRTexture::m_haveNewHandles.

This commit is contained in:
2022-07-13 23:44:43 -07:00
parent 85847fd2e0
commit 1d11be0e61
2 changed files with 12 additions and 5 deletions

View File

@@ -99,6 +99,7 @@ protected:
std::vector<TextureHandle> m_handles;
std::vector<TextureHandle> m_newHandles;
std::atomic_bool m_haveNewHandles;
// TODO - Remove m_iHandle and m_iNewHandle once Vulkan refactoring complete
GLuint m_iHandle;