Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkDeviceGroupPresentCapabilitiesKHR |
Public Attributes | |
vk::StructureType | sType = StructureType::eDeviceGroupPresentCapabilitiesKHR |
void * | pNext = {} |
vk::ArrayWrapper1D< uint32_t, VK_MAX_DEVICE_GROUP_SIZE > | presentMask = {} |
vk::DeviceGroupPresentModeFlagsKHR | modes = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::eDeviceGroupPresentCapabilitiesKHR |
Definition at line 28612 of file vulkan_structs.hpp.
Definition at line 28614 of file vulkan_structs.hpp.
|
inline |
Definition at line 28620 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 28631 of file vulkan_structs.hpp.
|
inline |
Definition at line 28650 of file vulkan_structs.hpp.
|
inline |
Definition at line 28645 of file vulkan_structs.hpp.
|
inline |
Definition at line 28682 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 28639 of file vulkan_structs.hpp.
|
inline |
Definition at line 28673 of file vulkan_structs.hpp.
|
static |
Definition at line 28616 of file vulkan_structs.hpp.
vk::DeviceGroupPresentModeFlagsKHR vk::DeviceGroupPresentCapabilitiesKHR::modes = {} |
Definition at line 28692 of file vulkan_structs.hpp.
void* vk::DeviceGroupPresentCapabilitiesKHR::pNext = {} |
Definition at line 28690 of file vulkan_structs.hpp.
vk::ArrayWrapper1D<uint32_t, VK_MAX_DEVICE_GROUP_SIZE> vk::DeviceGroupPresentCapabilitiesKHR::presentMask = {} |
Definition at line 28691 of file vulkan_structs.hpp.
|
static |
Definition at line 28617 of file vulkan_structs.hpp.
vk::StructureType vk::DeviceGroupPresentCapabilitiesKHR::sType = StructureType::eDeviceGroupPresentCapabilitiesKHR |
Definition at line 28689 of file vulkan_structs.hpp.