Vulkan-Hpp
vk::PhysicalDeviceMultiviewFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceMultiviewFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures (vk::Bool32 multiview_={}, vk::Bool32 multiviewGeometryShader_={}, vk::Bool32 multiviewTessellationShader_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceMultiviewFeatures (PhysicalDeviceMultiviewFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceMultiviewFeatures (VkPhysicalDeviceMultiviewFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceMultiviewFeaturesoperator= (PhysicalDeviceMultiviewFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceMultiviewFeaturesoperator= (VkPhysicalDeviceMultiviewFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeaturessetMultiview (vk::Bool32 multiview_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeaturessetMultiviewGeometryShader (vk::Bool32 multiviewGeometryShader_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeaturessetMultiviewTessellationShader (vk::Bool32 multiviewTessellationShader_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiviewFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceMultiviewFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceMultiviewFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceMultiviewFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceMultiviewFeatures
 
void * pNext = {}
 
vk::Bool32 multiview = {}
 
vk::Bool32 multiviewGeometryShader = {}
 
vk::Bool32 multiviewTessellationShader = {}
 

Static Public Attributes

static const bool allowDuplicate = false
 
static VULKAN_HPP_CONST_OR_CONSTEXPR StructureType structureType = StructureType::ePhysicalDeviceMultiviewFeatures
 

Detailed Description

Definition at line 73414 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceMultiviewFeatures() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMultiviewFeatures::PhysicalDeviceMultiviewFeatures ( vk::Bool32  multiview_ = {},
vk::Bool32  multiviewGeometryShader_ = {},
vk::Bool32  multiviewTessellationShader_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 73422 of file vulkan_structs.hpp.

◆ PhysicalDeviceMultiviewFeatures() [2/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceMultiviewFeatures::PhysicalDeviceMultiviewFeatures ( PhysicalDeviceMultiviewFeatures const &  rhs)
default

◆ PhysicalDeviceMultiviewFeatures() [3/3]

vk::PhysicalDeviceMultiviewFeatures::PhysicalDeviceMultiviewFeatures ( VkPhysicalDeviceMultiviewFeatures const &  rhs)
inline

Definition at line 73435 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceMultiviewFeatures &()

vk::PhysicalDeviceMultiviewFeatures::operator VkPhysicalDeviceMultiviewFeatures & ( )
inline

Definition at line 73482 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceMultiviewFeatures const &()

vk::PhysicalDeviceMultiviewFeatures::operator VkPhysicalDeviceMultiviewFeatures const & ( ) const
inline

Definition at line 73477 of file vulkan_structs.hpp.

◆ operator!=()

bool vk::PhysicalDeviceMultiviewFeatures::operator!= ( PhysicalDeviceMultiviewFeatures const &  rhs) const
inline

Definition at line 73516 of file vulkan_structs.hpp.

◆ operator=() [1/2]

PhysicalDeviceMultiviewFeatures& vk::PhysicalDeviceMultiviewFeatures::operator= ( PhysicalDeviceMultiviewFeatures const &  rhs)
default

◆ operator=() [2/2]

PhysicalDeviceMultiviewFeatures& vk::PhysicalDeviceMultiviewFeatures::operator= ( VkPhysicalDeviceMultiviewFeatures const &  rhs)
inline

Definition at line 73443 of file vulkan_structs.hpp.

◆ operator==()

bool vk::PhysicalDeviceMultiviewFeatures::operator== ( PhysicalDeviceMultiviewFeatures const &  rhs) const
inline

Definition at line 73506 of file vulkan_structs.hpp.

◆ setMultiview()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures& vk::PhysicalDeviceMultiviewFeatures::setMultiview ( vk::Bool32  multiview_)
inline

Definition at line 73456 of file vulkan_structs.hpp.

◆ setMultiviewGeometryShader()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures& vk::PhysicalDeviceMultiviewFeatures::setMultiviewGeometryShader ( vk::Bool32  multiviewGeometryShader_)
inline

Definition at line 73463 of file vulkan_structs.hpp.

◆ setMultiviewTessellationShader()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures& vk::PhysicalDeviceMultiviewFeatures::setMultiviewTessellationShader ( vk::Bool32  multiviewTessellationShader_)
inline

Definition at line 73470 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceMultiviewFeatures& vk::PhysicalDeviceMultiviewFeatures::setPNext ( void *  pNext_)
inline

Definition at line 73450 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

const bool vk::PhysicalDeviceMultiviewFeatures::allowDuplicate = false
static

Definition at line 73418 of file vulkan_structs.hpp.

◆ multiview

vk::Bool32 vk::PhysicalDeviceMultiviewFeatures::multiview = {}

Definition at line 73525 of file vulkan_structs.hpp.

◆ multiviewGeometryShader

vk::Bool32 vk::PhysicalDeviceMultiviewFeatures::multiviewGeometryShader = {}

Definition at line 73526 of file vulkan_structs.hpp.

◆ multiviewTessellationShader

vk::Bool32 vk::PhysicalDeviceMultiviewFeatures::multiviewTessellationShader = {}

Definition at line 73527 of file vulkan_structs.hpp.

◆ pNext

void* vk::PhysicalDeviceMultiviewFeatures::pNext = {}

Definition at line 73524 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceMultiviewFeatures::structureType = StructureType::ePhysicalDeviceMultiviewFeatures
static

Definition at line 73419 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceMultiviewFeatures::sType = StructureType::ePhysicalDeviceMultiviewFeatures

Definition at line 73523 of file vulkan_structs.hpp.


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