Vulkan-Hpp
vk::PhysicalDeviceProvokingVertexFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceProvokingVertexFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceProvokingVertexFeaturesEXT (vk::Bool32 provokingVertexLast_={}, vk::Bool32 transformFeedbackPreservesProvokingVertex_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceProvokingVertexFeaturesEXT (PhysicalDeviceProvokingVertexFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceProvokingVertexFeaturesEXT (VkPhysicalDeviceProvokingVertexFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceProvokingVertexFeaturesEXToperator= (PhysicalDeviceProvokingVertexFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceProvokingVertexFeaturesEXToperator= (VkPhysicalDeviceProvokingVertexFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProvokingVertexFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProvokingVertexFeaturesEXTsetProvokingVertexLast (vk::Bool32 provokingVertexLast_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProvokingVertexFeaturesEXTsetTransformFeedbackPreservesProvokingVertex (vk::Bool32 transformFeedbackPreservesProvokingVertex_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProvokingVertexFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProvokingVertexFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceProvokingVertexFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceProvokingVertexFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceProvokingVertexFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 provokingVertexLast = {}
 
vk::Bool32 transformFeedbackPreservesProvokingVertex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 77526 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceProvokingVertexFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceProvokingVertexFeaturesEXT::PhysicalDeviceProvokingVertexFeaturesEXT ( vk::Bool32  provokingVertexLast_ = {},
vk::Bool32  transformFeedbackPreservesProvokingVertex_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 77534 of file vulkan_structs.hpp.

◆ PhysicalDeviceProvokingVertexFeaturesEXT() [2/3]

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

◆ PhysicalDeviceProvokingVertexFeaturesEXT() [3/3]

vk::PhysicalDeviceProvokingVertexFeaturesEXT::PhysicalDeviceProvokingVertexFeaturesEXT ( VkPhysicalDeviceProvokingVertexFeaturesEXT const &  rhs)
inline

Definition at line 77545 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceProvokingVertexFeaturesEXT &()

vk::PhysicalDeviceProvokingVertexFeaturesEXT::operator VkPhysicalDeviceProvokingVertexFeaturesEXT & ( )
inline

Definition at line 77586 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceProvokingVertexFeaturesEXT const &()

vk::PhysicalDeviceProvokingVertexFeaturesEXT::operator VkPhysicalDeviceProvokingVertexFeaturesEXT const & ( ) const
inline

Definition at line 77581 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 77616 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceProvokingVertexFeaturesEXT& vk::PhysicalDeviceProvokingVertexFeaturesEXT::operator= ( VkPhysicalDeviceProvokingVertexFeaturesEXT const &  rhs)
inline

Definition at line 77553 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 77606 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 77560 of file vulkan_structs.hpp.

◆ setProvokingVertexLast()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProvokingVertexFeaturesEXT& vk::PhysicalDeviceProvokingVertexFeaturesEXT::setProvokingVertexLast ( vk::Bool32  provokingVertexLast_)
inline

Definition at line 77567 of file vulkan_structs.hpp.

◆ setTransformFeedbackPreservesProvokingVertex()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceProvokingVertexFeaturesEXT& vk::PhysicalDeviceProvokingVertexFeaturesEXT::setTransformFeedbackPreservesProvokingVertex ( vk::Bool32  transformFeedbackPreservesProvokingVertex_)
inline

Definition at line 77574 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 77530 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 77624 of file vulkan_structs.hpp.

◆ provokingVertexLast

vk::Bool32 vk::PhysicalDeviceProvokingVertexFeaturesEXT::provokingVertexLast = {}

Definition at line 77625 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceProvokingVertexFeaturesEXT::structureType = StructureType::ePhysicalDeviceProvokingVertexFeaturesEXT
static

Definition at line 77531 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceProvokingVertexFeaturesEXT::sType = StructureType::ePhysicalDeviceProvokingVertexFeaturesEXT

Definition at line 77623 of file vulkan_structs.hpp.

◆ transformFeedbackPreservesProvokingVertex

vk::Bool32 vk::PhysicalDeviceProvokingVertexFeaturesEXT::transformFeedbackPreservesProvokingVertex = {}

Definition at line 77626 of file vulkan_structs.hpp.


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