Vulkan-Hpp
vk::PhysicalDeviceProvokingVertexPropertiesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceProvokingVertexPropertiesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceProvokingVertexPropertiesEXT (vk::Bool32 provokingVertexModePerPipeline_={}, vk::Bool32 transformFeedbackPreservesTriangleFanProvokingVertex_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceProvokingVertexPropertiesEXT (PhysicalDeviceProvokingVertexPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceProvokingVertexPropertiesEXT (VkPhysicalDeviceProvokingVertexPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceProvokingVertexPropertiesEXToperator= (PhysicalDeviceProvokingVertexPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceProvokingVertexPropertiesEXToperator= (VkPhysicalDeviceProvokingVertexPropertiesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProvokingVertexPropertiesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceProvokingVertexPropertiesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceProvokingVertexPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceProvokingVertexPropertiesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceProvokingVertexPropertiesEXT
 
void * pNext = {}
 
vk::Bool32 provokingVertexModePerPipeline = {}
 
vk::Bool32 transformFeedbackPreservesTriangleFanProvokingVertex = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 77635 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceProvokingVertexPropertiesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceProvokingVertexPropertiesEXT::PhysicalDeviceProvokingVertexPropertiesEXT ( vk::Bool32  provokingVertexModePerPipeline_ = {},
vk::Bool32  transformFeedbackPreservesTriangleFanProvokingVertex_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 77643 of file vulkan_structs.hpp.

◆ PhysicalDeviceProvokingVertexPropertiesEXT() [2/3]

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

◆ PhysicalDeviceProvokingVertexPropertiesEXT() [3/3]

vk::PhysicalDeviceProvokingVertexPropertiesEXT::PhysicalDeviceProvokingVertexPropertiesEXT ( VkPhysicalDeviceProvokingVertexPropertiesEXT const &  rhs)
inline

Definition at line 77654 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceProvokingVertexPropertiesEXT &()

vk::PhysicalDeviceProvokingVertexPropertiesEXT::operator VkPhysicalDeviceProvokingVertexPropertiesEXT & ( )
inline

Definition at line 77673 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceProvokingVertexPropertiesEXT const &()

vk::PhysicalDeviceProvokingVertexPropertiesEXT::operator VkPhysicalDeviceProvokingVertexPropertiesEXT const & ( ) const
inline

Definition at line 77668 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 77703 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceProvokingVertexPropertiesEXT& vk::PhysicalDeviceProvokingVertexPropertiesEXT::operator= ( VkPhysicalDeviceProvokingVertexPropertiesEXT const &  rhs)
inline

Definition at line 77662 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 77693 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 77639 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 77711 of file vulkan_structs.hpp.

◆ provokingVertexModePerPipeline

vk::Bool32 vk::PhysicalDeviceProvokingVertexPropertiesEXT::provokingVertexModePerPipeline = {}

Definition at line 77712 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceProvokingVertexPropertiesEXT::structureType = StructureType::ePhysicalDeviceProvokingVertexPropertiesEXT
static

Definition at line 77640 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceProvokingVertexPropertiesEXT::sType = StructureType::ePhysicalDeviceProvokingVertexPropertiesEXT

Definition at line 77710 of file vulkan_structs.hpp.

◆ transformFeedbackPreservesTriangleFanProvokingVertex

vk::Bool32 vk::PhysicalDeviceProvokingVertexPropertiesEXT::transformFeedbackPreservesTriangleFanProvokingVertex = {}

Definition at line 77713 of file vulkan_structs.hpp.


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