ReactOS 0.4.17-dev-934-g091855f
VkPhysicalDeviceGroupProperties Struct Reference

#include <vulkan.h>

Collaboration diagram for VkPhysicalDeviceGroupProperties:

Public Attributes

VkStructureType sType
 
void * pNext
 
uint32_t physicalDeviceCount
 
VkPhysicalDevice physicalDevices [VK_MAX_DEVICE_GROUP_SIZE]
 
VkBool32 subsetAllocation
 

Detailed Description

Definition at line 10812 of file vulkan.h.

Member Data Documentation

◆ physicalDeviceCount

uint32_t VkPhysicalDeviceGroupProperties::physicalDeviceCount

Definition at line 10816 of file vulkan.h.

◆ physicalDevices

VkPhysicalDevice VkPhysicalDeviceGroupProperties::physicalDevices[VK_MAX_DEVICE_GROUP_SIZE]

Definition at line 10817 of file vulkan.h.

◆ pNext

void* VkPhysicalDeviceGroupProperties::pNext

Definition at line 10815 of file vulkan.h.

◆ sType

VkStructureType VkPhysicalDeviceGroupProperties::sType

Definition at line 10814 of file vulkan.h.

◆ subsetAllocation

VkBool32 VkPhysicalDeviceGroupProperties::subsetAllocation

Definition at line 10818 of file vulkan.h.


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