2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 08:27:42 +00:00

Bug fixes

This commit is contained in:
Jack Andersen
2018-11-17 14:10:26 -10:00
parent 28d695eea4
commit b099be63dd
5 changed files with 27 additions and 29 deletions

View File

@@ -211,7 +211,7 @@ public:
const SShader* shaderSet);
void EnablePVS(const CPVSVisSet&, u32);
void DisablePVS();
void UpdateAreaUniforms(int areaIdx, bool shadowRender = false);
void UpdateAreaUniforms(int areaIdx, bool shadowRender = false, bool activateLights = true);
void RemoveStaticGeometry(const std::vector<CMetroidModelInstance>*);
void DrawAreaGeometry(int areaIdx, int mask, int targetMask);
void DrawUnsortedGeometry(int areaIdx, int mask, int targetMask, bool shadowRender = false);