RetroArch
Public Member Functions | Public Attributes | Private Attributes | List of all members
VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT Struct Reference

#include <vulkan.hpp>

Collaboration diagram for VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT:
[legend]

Public Member Functions

 PipelineSampleLocationsStateCreateInfoEXT (Bool32 sampleLocationsEnable_=0, SampleLocationsInfoEXT sampleLocationsInfo_=SampleLocationsInfoEXT())
 
 PipelineSampleLocationsStateCreateInfoEXT (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs)
 
PipelineSampleLocationsStateCreateInfoEXToperator= (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs)
 
PipelineSampleLocationsStateCreateInfoEXTsetPNext (const void *pNext_)
 
PipelineSampleLocationsStateCreateInfoEXTsetSampleLocationsEnable (Bool32 sampleLocationsEnable_)
 
PipelineSampleLocationsStateCreateInfoEXTsetSampleLocationsInfo (SampleLocationsInfoEXT sampleLocationsInfo_)
 
 operator const VkPipelineSampleLocationsStateCreateInfoEXT & () const
 
bool operator== (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const
 
bool operator!= (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const
 

Public Attributes

const voidpNext = nullptr
 
Bool32 sampleLocationsEnable
 
SampleLocationsInfoEXT sampleLocationsInfo
 

Private Attributes

StructureType sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT
 

Constructor & Destructor Documentation

◆ PipelineSampleLocationsStateCreateInfoEXT() [1/2]

VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::PipelineSampleLocationsStateCreateInfoEXT ( Bool32  sampleLocationsEnable_ = 0,
SampleLocationsInfoEXT  sampleLocationsInfo_ = SampleLocationsInfoEXT() 
)
inline

◆ PipelineSampleLocationsStateCreateInfoEXT() [2/2]

VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::PipelineSampleLocationsStateCreateInfoEXT ( VkPipelineSampleLocationsStateCreateInfoEXT const rhs)
inline
Here is the call graph for this function:

Member Function Documentation

◆ operator const VkPipelineSampleLocationsStateCreateInfoEXT &()

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

◆ operator!=()

bool VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::operator!= ( PipelineSampleLocationsStateCreateInfoEXT const rhs) const
inline
Here is the call graph for this function:

◆ operator=()

PipelineSampleLocationsStateCreateInfoEXT& VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::operator= ( VkPipelineSampleLocationsStateCreateInfoEXT const rhs)
inline
Here is the call graph for this function:

◆ operator==()

bool VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::operator== ( PipelineSampleLocationsStateCreateInfoEXT const rhs) const
inline
Here is the caller graph for this function:

◆ setPNext()

PipelineSampleLocationsStateCreateInfoEXT& VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::setPNext ( const void pNext_)
inline

◆ setSampleLocationsEnable()

PipelineSampleLocationsStateCreateInfoEXT& VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::setSampleLocationsEnable ( Bool32  sampleLocationsEnable_)
inline

◆ setSampleLocationsInfo()

PipelineSampleLocationsStateCreateInfoEXT& VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::setSampleLocationsInfo ( SampleLocationsInfoEXT  sampleLocationsInfo_)
inline

Member Data Documentation

◆ pNext

const void* VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::pNext = nullptr

◆ sampleLocationsEnable

Bool32 VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable

◆ sampleLocationsInfo

SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsInfo

◆ sType

StructureType VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT
private

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