SDL
2.0
|
#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 VkPipelineSampleLocationsStateCreateInfoEXT const & () const | |
operator VkPipelineSampleLocationsStateCreateInfoEXT & () | |
bool | operator== (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const |
bool | operator!= (PipelineSampleLocationsStateCreateInfoEXT const &rhs) const |
Data Fields | |
const void * | pNext = nullptr |
Bool32 | sampleLocationsEnable |
SampleLocationsInfoEXT | sampleLocationsInfo |
Private Attributes | |
StructureType | sType = StructureType::ePipelineSampleLocationsStateCreateInfoEXT |
Definition at line 28277 of file vulkan.hpp.
|
inline |
Definition at line 28279 of file vulkan.hpp.
|
inline |
Definition at line 28286 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 28319 of file vulkan.hpp.
|
inline |
Definition at line 28314 of file vulkan.hpp.
|
inline |
Definition at line 28332 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 28324 of file vulkan.hpp.
References pNext, sampleLocationsEnable, sampleLocationsInfo, and sType.
Referenced by operator!=().
|
inline |
Definition at line 28296 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 28302 of file vulkan.hpp.
References sampleLocationsEnable.
|
inline |
Definition at line 28308 of file vulkan.hpp.
References sampleLocationsInfo.
const void* VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::pNext = nullptr |
Definition at line 28341 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
Bool32 VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsEnable |
Definition at line 28342 of file vulkan.hpp.
Referenced by operator==(), and setSampleLocationsEnable().
SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::PipelineSampleLocationsStateCreateInfoEXT::sampleLocationsInfo |
Definition at line 28343 of file vulkan.hpp.
Referenced by operator==(), and setSampleLocationsInfo().
|
private |
Definition at line 28338 of file vulkan.hpp.
Referenced by operator==().