SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
uint32_t | attachmentInitialSampleLocationsCount |
const AttachmentSampleLocationsEXT * | pAttachmentInitialSampleLocations |
uint32_t | postSubpassSampleLocationsCount |
const SubpassSampleLocationsEXT * | pPostSubpassSampleLocations |
Private Attributes | |
StructureType | sType = StructureType::eRenderPassSampleLocationsBeginInfoEXT |
Definition at line 28187 of file vulkan.hpp.
|
inline |
Definition at line 28189 of file vulkan.hpp.
|
inline |
Definition at line 28200 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 28245 of file vulkan.hpp.
|
inline |
Definition at line 28240 of file vulkan.hpp.
|
inline |
Definition at line 28260 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 28250 of file vulkan.hpp.
References attachmentInitialSampleLocationsCount, pAttachmentInitialSampleLocations, pNext, postSubpassSampleLocationsCount, pPostSubpassSampleLocations, and sType.
Referenced by operator!=().
|
inline |
|
inline |
|
inline |
Definition at line 28210 of file vulkan.hpp.
References pNext.
|
inline |
|
inline |
uint32_t VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT::attachmentInitialSampleLocationsCount |
Definition at line 28270 of file vulkan.hpp.
Referenced by operator==(), and setAttachmentInitialSampleLocationsCount().
const AttachmentSampleLocationsEXT* VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT::pAttachmentInitialSampleLocations |
Definition at line 28271 of file vulkan.hpp.
Referenced by operator==(), and setPAttachmentInitialSampleLocations().
const void* VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT::pNext = nullptr |
Definition at line 28269 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT::postSubpassSampleLocationsCount |
Definition at line 28272 of file vulkan.hpp.
Referenced by operator==(), and setPostSubpassSampleLocationsCount().
const SubpassSampleLocationsEXT* VULKAN_HPP_NAMESPACE::RenderPassSampleLocationsBeginInfoEXT::pPostSubpassSampleLocations |
Definition at line 28273 of file vulkan.hpp.
Referenced by operator==(), and setPPostSubpassSampleLocations().
|
private |
Definition at line 28266 of file vulkan.hpp.
Referenced by operator==().