Home
last modified time | relevance | path

Searched defs:VkPhysicalDeviceMeshShaderPropertiesEXT (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/host/libs/graphics_detector/include/vulkan/
Dvulkan_core.h16840 typedef struct VkPhysicalDeviceMeshShaderPropertiesEXT { struct
16841 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