added BlendOpAdvanced support, but no test.

This commit is contained in:
2024-10-29 01:48:59 +08:00
parent e99b669ef3
commit 6bc9352c80
5 changed files with 35 additions and 4 deletions

View File

@@ -39,6 +39,8 @@ struct GPUDeviceAttribute
VkSurfaceTransformFlagBitsKHR preTransform;
VkCompositeAlphaFlagBitsKHR compositeAlpha =VK_COMPOSITE_ALPHA_OPAQUE_BIT_KHR;
bool blendOpAdvance =false;
bool uint8_index_type=false;
bool uint32_index_type=false;