perpare it for VertexColor3D material.

This commit is contained in:
2023-09-27 20:31:46 +08:00
parent 253d113375
commit 6c7f9ea9d1
16 changed files with 191 additions and 14 deletions

View File

@@ -0,0 +1,15 @@
#pragma once
namespace hgl
{
namespace graph
{
namespace mtl
{
namespace SamplerName
{
constexpr const char Color[] = "TextureColor";
}//namespace SamplerName
}//namespace mtl
}//namespace graph
}//namespace hgl