Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceGroupProperties |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceGroupProperties |
void * | pNext = {} |
uint32_t | physicalDeviceCount = {} |
vk::ArrayWrapper1D< vk::PhysicalDevice, VK_MAX_DEVICE_GROUP_SIZE > | physicalDevices = {} |
vk::Bool32 | subsetAllocation = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceGroupProperties |
Definition at line 67498 of file vulkan_structs.hpp.
Definition at line 67500 of file vulkan_structs.hpp.
|
inline |
Definition at line 67507 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 67520 of file vulkan_structs.hpp.
|
inline |
Definition at line 67539 of file vulkan_structs.hpp.
|
inline |
Definition at line 67534 of file vulkan_structs.hpp.
|
inline |
Definition at line 67573 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 67528 of file vulkan_structs.hpp.
|
inline |
Definition at line 67563 of file vulkan_structs.hpp.
|
static |
Definition at line 67502 of file vulkan_structs.hpp.
uint32_t vk::PhysicalDeviceGroupProperties::physicalDeviceCount = {} |
Definition at line 67582 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<vk::PhysicalDevice, VK_MAX_DEVICE_GROUP_SIZE> vk::PhysicalDeviceGroupProperties::physicalDevices = {} |
Definition at line 67583 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceGroupProperties::pNext = {} |
Definition at line 67581 of file vulkan_structs.hpp.
|
static |
Definition at line 67503 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceGroupProperties::sType = StructureType::ePhysicalDeviceGroupProperties |
Definition at line 67580 of file vulkan_structs.hpp.
vk::Bool32 vk::PhysicalDeviceGroupProperties::subsetAllocation = {} |
Definition at line 67584 of file vulkan_structs.hpp.