Searched defs:VkPhysicalDeviceMeshShaderPropertiesEXT (Results 1 – 1 of 1) sorted by relevance
16840 typedef struct VkPhysicalDeviceMeshShaderPropertiesEXT { struct16841 VkStructureType sType;16842 void* pNext;16843 uint32_t maxTaskWorkGroupTotalCount;16844 uint32_t maxTaskWorkGroupCount[3];16845 uint32_t maxTaskWorkGroupInvocations;16846 uint32_t maxTaskWorkGroupSize[3];16847 uint32_t maxTaskPayloadSize;16871 } VkPhysicalDeviceMeshShaderPropertiesEXT; argument