redefined VAB = VertexAttributeBinding

This commit is contained in:
2021-11-29 17:04:55 +08:00
parent af72c68ebe
commit 7d05d67cd2
8 changed files with 19 additions and 15 deletions

View File

@@ -86,8 +86,8 @@ public:
public:
VertexAttributeBinding * CreateVertexAttributeBinding();
bool Release(VertexAttributeBinding *);
VAB * CreateVAB();
bool Release(VAB *);
const uint32_t GetInstanceCount()const{return vab_sets.GetCount();}
};//class VertexShaderModule:public ShaderModule
VK_NAMESPACE_END