ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceSubgroupSizeControlProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceSubgroupSizeControlProperties:

Public Attributes

VkStructureType sType
 
void * pNext
 
uint32_t minSubgroupSize
 
uint32_t maxSubgroupSize
 
uint32_t maxComputeWorkgroupSubgroups
 
VkShaderStageFlags requiredSubgroupSizeStages
 

Detailed Description

Definition at line 12400 of file vulkan.h.

Member Data Documentation

◆ maxComputeWorkgroupSubgroups

uint32_t VkPhysicalDeviceSubgroupSizeControlProperties::maxComputeWorkgroupSubgroups

Definition at line 12406 of file vulkan.h.

◆ maxSubgroupSize

uint32_t VkPhysicalDeviceSubgroupSizeControlProperties::maxSubgroupSize

Definition at line 12405 of file vulkan.h.

◆ minSubgroupSize

uint32_t VkPhysicalDeviceSubgroupSizeControlProperties::minSubgroupSize

Definition at line 12404 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceSubgroupSizeControlProperties::pNext

Definition at line 12403 of file vulkan.h.

◆ requiredSubgroupSizeStages

VkShaderStageFlags VkPhysicalDeviceSubgroupSizeControlProperties::requiredSubgroupSizeStages

Definition at line 12407 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceSubgroupSizeControlProperties::sType

Definition at line 12402 of file vulkan.h.


The documentation for this struct was generated from the following file: