Vulkan-Hpp
vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceVertexInputDynamicStateFeaturesEXT (vk::Bool32 vertexInputDynamicState_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceVertexInputDynamicStateFeaturesEXT (PhysicalDeviceVertexInputDynamicStateFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceVertexInputDynamicStateFeaturesEXT (VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceVertexInputDynamicStateFeaturesEXToperator= (PhysicalDeviceVertexInputDynamicStateFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceVertexInputDynamicStateFeaturesEXToperator= (VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVertexInputDynamicStateFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVertexInputDynamicStateFeaturesEXTsetVertexInputDynamicState (vk::Bool32 vertexInputDynamicState_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceVertexInputDynamicStateFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceVertexInputDynamicStateFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceVertexInputDynamicStateFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 vertexInputDynamicState = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 86645 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceVertexInputDynamicStateFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::PhysicalDeviceVertexInputDynamicStateFeaturesEXT ( vk::Bool32  vertexInputDynamicState_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 86653 of file vulkan_structs.hpp.

◆ PhysicalDeviceVertexInputDynamicStateFeaturesEXT() [2/3]

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

◆ PhysicalDeviceVertexInputDynamicStateFeaturesEXT() [3/3]

vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::PhysicalDeviceVertexInputDynamicStateFeaturesEXT ( VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &  rhs)
inline

Definition at line 86663 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT &()

vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT & ( )
inline

Definition at line 86697 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &()

vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::operator VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const & ( ) const
inline

Definition at line 86692 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 86726 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceVertexInputDynamicStateFeaturesEXT& vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::operator= ( VkPhysicalDeviceVertexInputDynamicStateFeaturesEXT const &  rhs)
inline

Definition at line 86671 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 86717 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 86678 of file vulkan_structs.hpp.

◆ setVertexInputDynamicState()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceVertexInputDynamicStateFeaturesEXT& vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::setVertexInputDynamicState ( vk::Bool32  vertexInputDynamicState_)
inline

Definition at line 86685 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 86649 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 86734 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::structureType = StructureType::ePhysicalDeviceVertexInputDynamicStateFeaturesEXT
static

Definition at line 86650 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::sType = StructureType::ePhysicalDeviceVertexInputDynamicStateFeaturesEXT

Definition at line 86733 of file vulkan_structs.hpp.

◆ vertexInputDynamicState

vk::Bool32 vk::PhysicalDeviceVertexInputDynamicStateFeaturesEXT::vertexInputDynamicState = {}

Definition at line 86735 of file vulkan_structs.hpp.


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