Graphics/Material: Add parameter for vertex color

This commit is contained in:
Jérôme Leclercq
2018-06-15 14:15:23 +02:00
parent 41e2d3e448
commit 8cdc36c948
2 changed files with 5 additions and 0 deletions

View File

@@ -60,6 +60,7 @@ namespace Nz
static constexpr const char* StencilTest = "MatStencilTest";
static constexpr const char* StencilZFail = "MatStencilZFail";
static constexpr const char* Transform = "MatTransform";
static constexpr const char* VertexColor = "MatVertexColor";
};
}