|
SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
| VULKAN_HPP_CONSTEXPR | PhysicalDeviceMultiviewProperties (uint32_t maxMultiviewViewCount_={}, uint32_t maxMultiviewInstanceIndex_={}) VULKAN_HPP_NOEXCEPT |
| VULKAN_HPP_CONSTEXPR | PhysicalDeviceMultiviewProperties (PhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT=default |
| PhysicalDeviceMultiviewProperties (VkPhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT | |
| PhysicalDeviceMultiviewProperties & | operator= (VkPhysicalDeviceMultiviewProperties const &rhs) VULKAN_HPP_NOEXCEPT |
| PhysicalDeviceMultiviewProperties & | operator= (PhysicalDeviceMultiviewProperties 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 |
Data Fields | |
| const VULKAN_HPP_NAMESPACE::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 66916 of file vulkan.hpp.
|
inline |
Definition at line 66922 of file vulkan.hpp.
|
default |
|
inline |
Definition at line 66928 of file vulkan.hpp.
|
inline |
Definition at line 66952 of file vulkan.hpp.
|
inline |
Definition at line 66947 of file vulkan.hpp.
|
inline |
Definition at line 66969 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::operator==().
|
inline |
Definition at line 66940 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 66934 of file vulkan.hpp.
|
inline |
Definition at line 66961 of file vulkan.hpp.
|
static |
Definition at line 66918 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::maxMultiviewInstanceIndex = {} |
Definition at line 66981 of file vulkan.hpp.
| uint32_t VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::maxMultiviewViewCount = {} |
Definition at line 66980 of file vulkan.hpp.
| void* VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::pNext = {} |
Definition at line 66979 of file vulkan.hpp.
|
static |
Definition at line 66919 of file vulkan.hpp.
| const VULKAN_HPP_NAMESPACE::StructureType VULKAN_HPP_NAMESPACE::PhysicalDeviceMultiviewProperties::sType = StructureType::ePhysicalDeviceMultiviewProperties |
Definition at line 66978 of file vulkan.hpp.