the change don't have any effect.

This commit is contained in:
2021-09-28 20:26:36 +08:00
parent 6f1466f295
commit dcda5b0fac
3 changed files with 13 additions and 9 deletions

View File

@@ -149,6 +149,9 @@ inline const uint32_t GetMipLevel(const VkExtent3D &ext)
return hgl::GetMipLevel(ext.width,ext.height,ext.depth);
}
/**
* 索引类型,等同于VkIndexType
*/
enum IndexType
{
U16=0,