supported uint8_index_type

This commit is contained in:
2024-04-19 00:40:51 +08:00
parent 2bc6246dc0
commit 8633a18e01
5 changed files with 54 additions and 1 deletions

View File

@@ -39,6 +39,8 @@ struct GPUDeviceAttribute
VkSurfaceTransformFlagBitsKHR preTransform;
VkCompositeAlphaFlagBitsKHR compositeAlpha =VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR;
bool uint8_index_type=false;
VkDevice device =VK_NULL_HANDLE;
VkCommandPool cmd_pool =VK_NULL_HANDLE;