Vulkan-Hpp
vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentShaderInterlockFeaturesEXT (vk::Bool32 fragmentShaderSampleInterlock_={}, vk::Bool32 fragmentShaderPixelInterlock_={}, vk::Bool32 fragmentShaderShadingRateInterlock_={}, void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PhysicalDeviceFragmentShaderInterlockFeaturesEXT (PhysicalDeviceFragmentShaderInterlockFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PhysicalDeviceFragmentShaderInterlockFeaturesEXT (VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PhysicalDeviceFragmentShaderInterlockFeaturesEXToperator= (PhysicalDeviceFragmentShaderInterlockFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PhysicalDeviceFragmentShaderInterlockFeaturesEXToperator= (VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentShaderInterlockFeaturesEXTsetPNext (void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentShaderInterlockFeaturesEXTsetFragmentShaderSampleInterlock (vk::Bool32 fragmentShaderSampleInterlock_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentShaderInterlockFeaturesEXTsetFragmentShaderPixelInterlock (vk::Bool32 fragmentShaderPixelInterlock_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentShaderInterlockFeaturesEXTsetFragmentShaderShadingRateInterlock (vk::Bool32 fragmentShaderShadingRateInterlock_) VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PhysicalDeviceFragmentShaderInterlockFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PhysicalDeviceFragmentShaderInterlockFeaturesEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePhysicalDeviceFragmentShaderInterlockFeaturesEXT
 
void * pNext = {}
 
vk::Bool32 fragmentShaderSampleInterlock = {}
 
vk::Bool32 fragmentShaderPixelInterlock = {}
 
vk::Bool32 fragmentShaderShadingRateInterlock = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 66345 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PhysicalDeviceFragmentShaderInterlockFeaturesEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::PhysicalDeviceFragmentShaderInterlockFeaturesEXT ( vk::Bool32  fragmentShaderSampleInterlock_ = {},
vk::Bool32  fragmentShaderPixelInterlock_ = {},
vk::Bool32  fragmentShaderShadingRateInterlock_ = {},
void *  pNext_ = nullptr 
)
inline

Definition at line 66353 of file vulkan_structs.hpp.

◆ PhysicalDeviceFragmentShaderInterlockFeaturesEXT() [2/3]

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

◆ PhysicalDeviceFragmentShaderInterlockFeaturesEXT() [3/3]

vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::PhysicalDeviceFragmentShaderInterlockFeaturesEXT ( VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT const &  rhs)
inline

Definition at line 66367 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT &()

vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::operator VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT & ( )
inline

Definition at line 66415 of file vulkan_structs.hpp.

◆ operator VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT const &()

vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::operator VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT const & ( ) const
inline

Definition at line 66410 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 66450 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PhysicalDeviceFragmentShaderInterlockFeaturesEXT& vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::operator= ( VkPhysicalDeviceFragmentShaderInterlockFeaturesEXT const &  rhs)
inline

Definition at line 66375 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 66439 of file vulkan_structs.hpp.

◆ setFragmentShaderPixelInterlock()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentShaderInterlockFeaturesEXT& vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::setFragmentShaderPixelInterlock ( vk::Bool32  fragmentShaderPixelInterlock_)
inline

Definition at line 66396 of file vulkan_structs.hpp.

◆ setFragmentShaderSampleInterlock()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentShaderInterlockFeaturesEXT& vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::setFragmentShaderSampleInterlock ( vk::Bool32  fragmentShaderSampleInterlock_)
inline

Definition at line 66389 of file vulkan_structs.hpp.

◆ setFragmentShaderShadingRateInterlock()

VULKAN_HPP_CONSTEXPR_14 PhysicalDeviceFragmentShaderInterlockFeaturesEXT& vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::setFragmentShaderShadingRateInterlock ( vk::Bool32  fragmentShaderShadingRateInterlock_)
inline

Definition at line 66403 of file vulkan_structs.hpp.

◆ setPNext()

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

Definition at line 66382 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 66349 of file vulkan_structs.hpp.

◆ fragmentShaderPixelInterlock

vk::Bool32 vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::fragmentShaderPixelInterlock = {}

Definition at line 66460 of file vulkan_structs.hpp.

◆ fragmentShaderSampleInterlock

vk::Bool32 vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::fragmentShaderSampleInterlock = {}

Definition at line 66459 of file vulkan_structs.hpp.

◆ fragmentShaderShadingRateInterlock

vk::Bool32 vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::fragmentShaderShadingRateInterlock = {}

Definition at line 66461 of file vulkan_structs.hpp.

◆ pNext

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

Definition at line 66458 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::structureType = StructureType::ePhysicalDeviceFragmentShaderInterlockFeaturesEXT
static

Definition at line 66350 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PhysicalDeviceFragmentShaderInterlockFeaturesEXT::sType = StructureType::ePhysicalDeviceFragmentShaderInterlockFeaturesEXT

Definition at line 66457 of file vulkan_structs.hpp.


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