|
RetroArch
|
#include <vulkan.hpp>
Public Member Functions | |
| PipelineSampleLocationsStateCreateInfoEXT (Bool32 sampleLocationsEnable_=0, SampleLocationsInfoEXT sampleLocationsInfo_=SampleLocationsInfoEXT()) | |
| PipelineSampleLocationsStateCreateInfoEXT (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs) | |
| PipelineSampleLocationsStateCreateInfoEXT & | operator= (VkPipelineSampleLocationsStateCreateInfoEXT const &rhs) |
| PipelineSampleLocationsStateCreateInfoEXT & | setPNext (const void *pNext_) |
| PipelineSampleLocationsStateCreateInfoEXT & | setSampleLocationsEnable (Bool32 sampleLocationsEnable_) |
| PipelineSampleLocationsStateCreateInfoEXT & | setSampleLocationsInfo (SampleLocationsInfoEXT sampleLocationsInfo_) |
| operator const VkPipelineSampleLocationsStateCreateInfoEXT & () const | |
| bool | operator== (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const |
| bool | operator!= (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const |
Public Attributes | |
| const void * | pNext = nullptr |
| Bool32 | sampleLocationsEnable |
| SampleLocationsInfoEXT | sampleLocationsInfo |
Private Attributes | |
| StructureType | sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| Bool32 VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable |
| SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsInfo |
|
private |
1.8.15