Vulkan refactoring - Replaced GLint with int.

This commit is contained in:
2022-09-21 17:59:23 -07:00
parent ecb1c8a50f
commit d3912a9ffe
8 changed files with 16 additions and 16 deletions

View File

@@ -66,7 +66,7 @@ public:
void endOcclusionQuery();
GLuint m_occlusionQuery;
int m_occlusionQuery;
bool m_occlusionTested;
bool m_activeQuery;