renamed values/struct.

This commit is contained in:
2024-06-18 02:04:11 +08:00
parent 6b9ac3220b
commit 3927b3c788
11 changed files with 53 additions and 44 deletions

View File

@@ -1,4 +1,4 @@
#pragma once
#pragma once
#include<hgl/type/Map.h>
#include<hgl/type/StringList.h>
@@ -56,8 +56,8 @@ public:
public:
bool AddInput(ShaderAttribute *);
bool AddOutput(ShaderAttribute *);
bool AddInput(VertexInputAttribute *);
bool AddOutput(VertexInputAttribute *);
bool hasInput(const char *)const; ///<是否有指定输入