added PipelineCacheCreateInfo struct.

This commit is contained in:
2022-10-28 17:57:09 +08:00
parent f8646ca880
commit 8fc83ba9b3
10 changed files with 16 additions and 19 deletions

View File

@@ -14,7 +14,7 @@ namespace hgl
#define VAN_DEFINE(name) constexpr char name[]=#name;
VAN_DEFINE(Position)
VAN_DEFINE(Normal)
VAN_DEFINE(BaseColor)
VAN_DEFINE(Color)
VAN_DEFINE(Tangent)
VAN_DEFINE(Bitangent)
VAN_DEFINE(TexCoord)