Searched defs:VkPhysicalDeviceVulkan13Properties (Results 1 – 1 of 1) sorted by relevance
6679 typedef struct VkPhysicalDeviceVulkan13Properties { struct6680 VkStructureType sType;6681 void* pNext;6682 uint32_t minSubgroupSize;6683 uint32_t maxSubgroupSize;6684 uint32_t maxComputeWorkgroupSubgroups;6685 VkShaderStageFlags requiredSubgroupSizeStages;6686 uint32_t maxInlineUniformBlockSize;6687 uint32_t maxPerStageDescriptorInlineUniformBlocks;6688 uint32_t maxPerStageDescriptorUpdateAfterBindInlineUniformBlocks;[all …]