Vulkan-Hpp
vk::PipelineSampleLocationsStateCreateInfoEXT Struct Reference

#include <vulkan_structs.hpp>

Public Types

using NativeType = VkPipelineSampleLocationsStateCreateInfoEXT
 

Public Member Functions

VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT (vk::Bool32 sampleLocationsEnable_={}, vk::SampleLocationsInfoEXT sampleLocationsInfo_={}, const void *pNext_=nullptr) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR PipelineSampleLocationsStateCreateInfoEXT (PipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
 PipelineSampleLocationsStateCreateInfoEXT (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
PipelineSampleLocationsStateCreateInfoEXToperator= (PipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT=default
 
PipelineSampleLocationsStateCreateInfoEXToperator= (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineSampleLocationsStateCreateInfoEXTsetPNext (const void *pNext_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineSampleLocationsStateCreateInfoEXTsetSampleLocationsEnable (vk::Bool32 sampleLocationsEnable_) VULKAN_HPP_NOEXCEPT
 
VULKAN_HPP_CONSTEXPR_14 PipelineSampleLocationsStateCreateInfoEXTsetSampleLocationsInfo (vk::SampleLocationsInfoEXT const &sampleLocationsInfo_) VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineSampleLocationsStateCreateInfoEXT const & () const VULKAN_HPP_NOEXCEPT
 
 operator VkPipelineSampleLocationsStateCreateInfoEXT & () VULKAN_HPP_NOEXCEPT
 
bool operator== (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 
bool operator!= (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const VULKAN_HPP_NOEXCEPT
 

Public Attributes

vk::StructureType sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT
 
const void * pNext = {}
 
vk::Bool32 sampleLocationsEnable = {}
 
vk::SampleLocationsInfoEXT sampleLocationsInfo = {}
 

Static Public Attributes

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

Detailed Description

Definition at line 93788 of file vulkan_structs.hpp.

Member Typedef Documentation

◆ NativeType

Constructor & Destructor Documentation

◆ PipelineSampleLocationsStateCreateInfoEXT() [1/3]

VULKAN_HPP_CONSTEXPR vk::PipelineSampleLocationsStateCreateInfoEXT::PipelineSampleLocationsStateCreateInfoEXT ( vk::Bool32  sampleLocationsEnable_ = {},
vk::SampleLocationsInfoEXT  sampleLocationsInfo_ = {},
const void *  pNext_ = nullptr 
)
inline

Definition at line 93796 of file vulkan_structs.hpp.

◆ PipelineSampleLocationsStateCreateInfoEXT() [2/3]

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

◆ PipelineSampleLocationsStateCreateInfoEXT() [3/3]

vk::PipelineSampleLocationsStateCreateInfoEXT::PipelineSampleLocationsStateCreateInfoEXT ( VkPipelineSampleLocationsStateCreateInfoEXT const &  rhs)
inline

Definition at line 93807 of file vulkan_structs.hpp.

Member Function Documentation

◆ operator VkPipelineSampleLocationsStateCreateInfoEXT &()

vk::PipelineSampleLocationsStateCreateInfoEXT::operator VkPipelineSampleLocationsStateCreateInfoEXT & ( )
inline

Definition at line 93848 of file vulkan_structs.hpp.

◆ operator VkPipelineSampleLocationsStateCreateInfoEXT const &()

vk::PipelineSampleLocationsStateCreateInfoEXT::operator VkPipelineSampleLocationsStateCreateInfoEXT const & ( ) const
inline

Definition at line 93843 of file vulkan_structs.hpp.

◆ operator!=()

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

Definition at line 93881 of file vulkan_structs.hpp.

◆ operator=() [1/2]

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

◆ operator=() [2/2]

PipelineSampleLocationsStateCreateInfoEXT& vk::PipelineSampleLocationsStateCreateInfoEXT::operator= ( VkPipelineSampleLocationsStateCreateInfoEXT const &  rhs)
inline

Definition at line 93815 of file vulkan_structs.hpp.

◆ operator==()

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

Definition at line 93871 of file vulkan_structs.hpp.

◆ setPNext()

VULKAN_HPP_CONSTEXPR_14 PipelineSampleLocationsStateCreateInfoEXT& vk::PipelineSampleLocationsStateCreateInfoEXT::setPNext ( const void *  pNext_)
inline

Definition at line 93822 of file vulkan_structs.hpp.

◆ setSampleLocationsEnable()

VULKAN_HPP_CONSTEXPR_14 PipelineSampleLocationsStateCreateInfoEXT& vk::PipelineSampleLocationsStateCreateInfoEXT::setSampleLocationsEnable ( vk::Bool32  sampleLocationsEnable_)
inline

Definition at line 93829 of file vulkan_structs.hpp.

◆ setSampleLocationsInfo()

VULKAN_HPP_CONSTEXPR_14 PipelineSampleLocationsStateCreateInfoEXT& vk::PipelineSampleLocationsStateCreateInfoEXT::setSampleLocationsInfo ( vk::SampleLocationsInfoEXT const &  sampleLocationsInfo_)
inline

Definition at line 93836 of file vulkan_structs.hpp.

Member Data Documentation

◆ allowDuplicate

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

Definition at line 93792 of file vulkan_structs.hpp.

◆ pNext

const void* vk::PipelineSampleLocationsStateCreateInfoEXT::pNext = {}

Definition at line 93889 of file vulkan_structs.hpp.

◆ sampleLocationsEnable

vk::Bool32 vk::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable = {}

Definition at line 93890 of file vulkan_structs.hpp.

◆ sampleLocationsInfo

vk::SampleLocationsInfoEXT vk::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsInfo = {}

Definition at line 93891 of file vulkan_structs.hpp.

◆ structureType

VULKAN_HPP_CONST_OR_CONSTEXPR StructureType vk::PipelineSampleLocationsStateCreateInfoEXT::structureType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT
static

Definition at line 93793 of file vulkan_structs.hpp.

◆ sType

vk::StructureType vk::PipelineSampleLocationsStateCreateInfoEXT::sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT

Definition at line 93888 of file vulkan_structs.hpp.


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