Vulkan refactoring - Replaced GLint with int.
This commit is contained in:
@@ -66,7 +66,7 @@ public:
|
||||
void endOcclusionQuery();
|
||||
|
||||
|
||||
GLuint m_occlusionQuery;
|
||||
int m_occlusionQuery;
|
||||
bool m_occlusionTested;
|
||||
bool m_activeQuery;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user