updated ShaderGen->ShaderCreater.

This commit is contained in:
2023-03-09 23:21:52 +08:00
parent 26f7c915c8
commit 6ee832c39f
11 changed files with 98 additions and 31 deletions

View File

@@ -33,7 +33,7 @@ void main()
vec4 color;
};
*/
mc.AddUBOStruct("ColorMaterial","vec4 color;");
mc.AddStruct("ColorMaterial","vec4 color;");
//添加一个UBO该代码会被展开为
/*