fixed uint8 indextype

This commit is contained in:
2024-05-05 15:12:14 +08:00
parent 03491dbed8
commit 310cc151fa
6 changed files with 16 additions and 6 deletions

View File

@@ -40,6 +40,7 @@ struct GPUDeviceAttribute
VkCompositeAlphaFlagBitsKHR compositeAlpha =VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR;
bool uint8_index_type=false;
bool uint32_index_type=false;
VkDevice device =VK_NULL_HANDLE;
VkCommandPool cmd_pool =VK_NULL_HANDLE;