SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
AttachmentSampleLocationsEXT (uint32_t attachmentIndex_=0, SampleLocationsInfoEXT sampleLocationsInfo_=SampleLocationsInfoEXT()) | |
AttachmentSampleLocationsEXT (VkAttachmentSampleLocationsEXT const &rhs) | |
AttachmentSampleLocationsEXT & | operator= (VkAttachmentSampleLocationsEXT const &rhs) |
AttachmentSampleLocationsEXT & | setAttachmentIndex (uint32_t attachmentIndex_) |
AttachmentSampleLocationsEXT & | setSampleLocationsInfo (SampleLocationsInfoEXT sampleLocationsInfo_) |
operator VkAttachmentSampleLocationsEXT const & () const | |
operator VkAttachmentSampleLocationsEXT & () | |
bool | operator== (AttachmentSampleLocationsEXT const &rhs) const |
bool | operator!= (AttachmentSampleLocationsEXT const &rhs) const |
Data Fields | |
uint32_t | attachmentIndex |
SampleLocationsInfoEXT | sampleLocationsInfo |
Definition at line 28073 of file vulkan.hpp.
|
inline |
Definition at line 28075 of file vulkan.hpp.
|
inline |
Definition at line 28082 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 28109 of file vulkan.hpp.
|
inline |
Definition at line 28104 of file vulkan.hpp.
|
inline |
Definition at line 28120 of file vulkan.hpp.
|
inline |
Definition at line 28087 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 28114 of file vulkan.hpp.
References attachmentIndex, and sampleLocationsInfo.
|
inline |
Definition at line 28092 of file vulkan.hpp.
|
inline |
Definition at line 28098 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::attachmentIndex |
Definition at line 28125 of file vulkan.hpp.
Referenced by operator==().
SampleLocationsInfoEXT VULKAN_HPP_NAMESPACE::AttachmentSampleLocationsEXT::sampleLocationsInfo |
Definition at line 28126 of file vulkan.hpp.
Referenced by operator==().