A few more CCubeRenderer functions

This commit is contained in:
2025-02-01 22:40:41 -07:00
parent 23c5d67207
commit c23ec91113
12 changed files with 150 additions and 19 deletions

View File

@@ -10,6 +10,9 @@ extern CVector3f sPlayerPosition;
class CCubeMaterial {
public:
static void ResetCachedMaterials();
static void EnsureTevsDirect();
private:
static void SetupBlendMode(uint blendFactors, const CModelFlags& flags, bool alphaTest);