Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkPhysicalDeviceMultiviewProperties |
Public Member Functions | |
VULKAN_HPP_CONSTEXPR | PhysicalDeviceMultiviewProperties (uint32_t maxMultiviewViewCount_={}, uint32_t maxMultiviewInstanceIndex_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT |
VULKAN_HPP_CONSTEXPR | PhysicalDeviceMultiviewProperties (PhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
PhysicalDeviceMultiviewProperties (VkPhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
PhysicalDeviceMultiviewProperties & | operator= (PhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
PhysicalDeviceMultiviewProperties & | operator= (VkPhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT |
operator VkPhysicalDeviceMultiviewProperties const & () const VULKAN_HPP_NOEXCEPT | |
operator VkPhysicalDeviceMultiviewProperties & () VULKAN_HPP_NOEXCEPT | |
bool | operator== (PhysicalDeviceMultiviewProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
bool | operator!= (PhysicalDeviceMultiviewProperties const &rhs) const VULKAN_HPP_NOEXCEPT |
Public Attributes | |
vk::StructureType | sType = StructureType::ePhysicalDeviceMultiviewProperties |
void * | pNext = {} |
uint32_t | maxMultiviewViewCount = {} |
uint32_t | maxMultiviewInstanceIndex = {} |
Static Public Attributes | |
static const bool | allowDuplicate = false |
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType | structureType = StructureType::ePhysicalDeviceMultiviewProperties |
Definition at line 73823 of file vulkan_structs.hpp.
Definition at line 73825 of file vulkan_structs.hpp.
|
inline |
Definition at line 73831 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 73842 of file vulkan_structs.hpp.
|
inline |
Definition at line 73861 of file vulkan_structs.hpp.
|
inline |
Definition at line 73856 of file vulkan_structs.hpp.
|
inline |
Definition at line 73891 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 73850 of file vulkan_structs.hpp.
|
inline |
Definition at line 73881 of file vulkan_structs.hpp.
|
static |
Definition at line 73827 of file vulkan_structs.hpp.
uint32_t vk::PhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex = {} |
Definition at line 73901 of file vulkan_structs.hpp.
uint32_t vk::PhysicalDeviceMultiviewProperties::maxMultiviewViewCount = {} |
Definition at line 73900 of file vulkan_structs.hpp.
void* vk::PhysicalDeviceMultiviewProperties::pNext = {} |
Definition at line 73899 of file vulkan_structs.hpp.
|
static |
Definition at line 73828 of file vulkan_structs.hpp.
vk::StructureType vk::PhysicalDeviceMultiviewProperties::sType = StructureType::ePhysicalDeviceMultiviewProperties |
Definition at line 73898 of file vulkan_structs.hpp.