SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
SubpassSampleLocationsEXT (uint32_t subpassIndex_=0, SampleLocationsInfoEXT sampleLocationsInfo_=SampleLocationsInfoEXT()) | |
SubpassSampleLocationsEXT (VkSubpassSampleLocationsEXT const &rhs) | |
SubpassSampleLocationsEXT & | operator= (VkSubpassSampleLocationsEXT const &rhs) |
SubpassSampleLocationsEXT & | setSubpassIndex (uint32_t subpassIndex_) |
SubpassSampleLocationsEXT & | setSampleLocationsInfo (SampleLocationsInfoEXT sampleLocationsInfo_) |
operator VkSubpassSampleLocationsEXT const & () const | |
operator VkSubpassSampleLocationsEXT & () | |
bool | operator== (SubpassSampleLocationsEXT const &rhs) const |
bool | operator!= (SubpassSampleLocationsEXT const &rhs) const |
Data Fields | |
uint32_t | subpassIndex |
SampleLocationsInfoEXT | sampleLocationsInfo |
Definition at line 28130 of file vulkan.hpp.
|
inline |
Definition at line 28132 of file vulkan.hpp.
|
inline |
Definition at line 28139 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 28166 of file vulkan.hpp.
|
inline |
Definition at line 28161 of file vulkan.hpp.
|
inline |
Definition at line 28177 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 28171 of file vulkan.hpp.
References sampleLocationsInfo, and subpassIndex.
Referenced by operator!=().
|
inline |
Definition at line 28155 of file vulkan.hpp.
References sampleLocationsInfo.
|
inline |
Definition at line 28149 of file vulkan.hpp.
References subpassIndex.
SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT::sampleLocationsInfo |
Definition at line 28183 of file vulkan.hpp.
Referenced by operator==(), and setSampleLocationsInfo().
uint32_t VULKAN_HPP_NAMESPACE::SubpassSampleLocationsEXT::subpassIndex |
Definition at line 28182 of file vulkan.hpp.
Referenced by operator==(), and setSubpassIndex().