mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 17:04:55 +00:00
Lots of bug fixes (Windows still needs some fixes)
This commit is contained in:
@@ -78,7 +78,9 @@ class VISIRenderer
|
||||
std::vector<Light> m_lights;
|
||||
bool SetupVertexBuffersAndFormats();
|
||||
|
||||
GLuint m_query;
|
||||
size_t m_queryCount;
|
||||
std::unique_ptr<GLuint[]> m_queries;
|
||||
std::unique_ptr<bool[]> m_queryBools;
|
||||
|
||||
FPercent m_updatePercent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user