VertexAttrib 属性中的Vertex全部改名为Position
This commit is contained in:
@@ -12,7 +12,7 @@ namespace hgl
|
||||
namespace VertexAttribName
|
||||
{
|
||||
#define VAN_DEFINE(name) constexpr char name[]=#name;
|
||||
VAN_DEFINE(Vertex)
|
||||
VAN_DEFINE(Position)
|
||||
VAN_DEFINE(Normal)
|
||||
VAN_DEFINE(Color)
|
||||
VAN_DEFINE(Tangent)
|
||||
|
Reference in New Issue
Block a user