|
SDL
2.0
|
#include <vulkan.hpp>
Collaboration diagram for VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo:Public Member Functions | |
| RenderPassInputAttachmentAspectCreateInfo (uint32_t aspectReferenceCount_=0, const InputAttachmentAspectReference *pAspectReferences_=nullptr) | |
| RenderPassInputAttachmentAspectCreateInfo (VkRenderPassInputAttachmentAspectCreateInfo const &rhs) | |
| RenderPassInputAttachmentAspectCreateInfo & | operator= (VkRenderPassInputAttachmentAspectCreateInfo const &rhs) |
| RenderPassInputAttachmentAspectCreateInfo & | setPNext (const void *pNext_) |
| RenderPassInputAttachmentAspectCreateInfo & | setAspectReferenceCount (uint32_t aspectReferenceCount_) |
| RenderPassInputAttachmentAspectCreateInfo & | setPAspectReferences (const InputAttachmentAspectReference *pAspectReferences_) |
| operator VkRenderPassInputAttachmentAspectCreateInfo const & () const | |
| operator VkRenderPassInputAttachmentAspectCreateInfo & () | |
| bool | operator== (RenderPassInputAttachmentAspectCreateInfo const &rhs) const |
| bool | operator!= (RenderPassInputAttachmentAspectCreateInfo const &rhs) const |
Data Fields | |
| const void * | pNext = nullptr |
| uint32_t | aspectReferenceCount |
| const InputAttachmentAspectReference * | pAspectReferences |
Private Attributes | |
| StructureType | sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo |
Definition at line 25687 of file vulkan.hpp.
|
inline |
Definition at line 25689 of file vulkan.hpp.
|
inline |
Definition at line 25696 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 25729 of file vulkan.hpp.
|
inline |
Definition at line 25724 of file vulkan.hpp.
|
inline |
Definition at line 25742 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 25734 of file vulkan.hpp.
References aspectReferenceCount, pAspectReferences, pNext, and sType.
Referenced by operator!=().
|
inline |
Definition at line 25712 of file vulkan.hpp.
References aspectReferenceCount.
|
inline |
Definition at line 25718 of file vulkan.hpp.
References pAspectReferences.
|
inline |
Definition at line 25706 of file vulkan.hpp.
References pNext.
| uint32_t VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::aspectReferenceCount |
Definition at line 25752 of file vulkan.hpp.
Referenced by operator==(), and setAspectReferenceCount().
| const InputAttachmentAspectReference* VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::pAspectReferences |
Definition at line 25753 of file vulkan.hpp.
Referenced by operator==(), and setPAspectReferences().
| const void* VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::pNext = nullptr |
Definition at line 25751 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
|
private |
Definition at line 25748 of file vulkan.hpp.
Referenced by operator==().