2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 11:11:22 +00:00

Minor shader fix

This commit is contained in:
Phillip Stephens 2019-05-14 15:26:06 -07:00
parent 486c925a45
commit 7e5af6ad42

View File

@ -97,7 +97,7 @@ static std::string _BuildVS(const SModelShadersInfo& info) {
vertOut << "layout(location="sv << 2 + info.m_tag.getColorCount() + info.m_tag.getUvCount() <<
") in vec4 weightIn["sv << unsigned(info.m_tag.getWeightCount()) << "];"sv;
vertOut << "#define URDE_TCG_EXPR "sv;
vertOut << "\n#define URDE_TCG_EXPR "sv;
using UVAnimType = BlendMaterial::UVAnimType;
using PassType = BlendMaterial::PassType;
int mtxIdx = 0;