2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-21 00:19:13 +00:00

CAABoxShader: Pull pipeline configuration from GX state

This commit is contained in:
2020-09-30 01:58:28 -04:00
parent 96ed5c7cee
commit 485e0afb43
9 changed files with 208 additions and 57 deletions

View File

@@ -25,7 +25,7 @@ private:
Uniform m_uniform{};
public:
CAABoxShader(const zeus::CAABox& aabb, bool zOnly = false);
CAABoxShader(const zeus::CAABox& aabb);
void draw(const zeus::CColor& color);
};