Vulkan-Hpp
vk::PhysicalDeviceShaderTerminateInvocationFeatures Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceShaderTerminateInvocationFeatures
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderTerminateInvocationFeatures (vk::Bool32 shaderTerminateInvocation_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceShaderTerminateInvocationFeatures (PhysicalDeviceShaderTerminateInvocationFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceShaderTerminateInvocationFeatures (VkPhysicalDeviceShaderTerminateInvocationFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceShaderTerminateInvocationFeaturesoperator= (PhysicalDeviceShaderTerminateInvocationFeatures const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceShaderTerminateInvocationFeaturesoperator= (VkPhysicalDeviceShaderTerminateInvocationFeatures const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderTerminateInvocationFeaturessetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderTerminateInvocationFeaturessetShaderTerminateInvocation (vk::Bool32 shaderTerminateInvocation_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderTerminateInvocationFeatures const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceShaderTerminateInvocationFeatures & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceShaderTerminateInvocationFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceShaderTerminateInvocationFeatures const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceShaderTerminateInvocationFeatures
 
void * pNext = {}
 
vk::Bool32 shaderTerminateInvocation = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 83662 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceShaderTerminateInvocationFeatures() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceShaderTerminateInvocationFeatures::PhysicalDeviceShaderTerminateInvocationFeatures ( vk::Bool32  shaderTerminateInvocation_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 83670 of file vulkan_structs.hpp.

◆ PhysicalDeviceShaderTerminateInvocationFeatures() [2/3]

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

◆ PhysicalDeviceShaderTerminateInvocationFeatures() [3/3]

vk::PhysicalDeviceShaderTerminateInvocationFeatures::PhysicalDeviceShaderTerminateInvocationFeatures ( VkPhysicalDeviceShaderTerminateInvocationFeatures const &  rhs)
inline

Definition at line 83680 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceShaderTerminateInvocationFeatures &()

vk::PhysicalDeviceShaderTerminateInvocationFeatures::operator VkPhysicalDeviceShaderTerminateInvocationFeatures & ( )
inline

Definition at line 83714 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceShaderTerminateInvocationFeatures const &()

vk::PhysicalDeviceShaderTerminateInvocationFeatures::operator VkPhysicalDeviceShaderTerminateInvocationFeatures const & ( ) const
inline

Definition at line 83709 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 83743 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceShaderTerminateInvocationFeatures& vk::PhysicalDeviceShaderTerminateInvocationFeatures::operator= ( VkPhysicalDeviceShaderTerminateInvocationFeatures const &  rhs)
inline

Definition at line 83688 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 83734 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 83695 of file vulkan_structs.hpp.

◆ setShaderTerminateInvocation()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceShaderTerminateInvocationFeatures& vk::PhysicalDeviceShaderTerminateInvocationFeatures::setShaderTerminateInvocation ( vk::Bool32  shaderTerminateInvocation_)
inline

Definition at line 83702 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 83666 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 83751 of file vulkan_structs.hpp.

◆ shaderTerminateInvocation

vk::Bool32 vk::PhysicalDeviceShaderTerminateInvocationFeatures::shaderTerminateInvocation = {}

Definition at line 83752 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceShaderTerminateInvocationFeatures::structureType = StructureType::ePhysicalDeviceShaderTerminateInvocationFeatures
static

Definition at line 83667 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceShaderTerminateInvocationFeatures::sType = StructureType::ePhysicalDeviceShaderTerminateInvocationFeatures

Definition at line 83750 of file vulkan_structs.hpp.


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