RetroArch
|
#include <vulkan.hpp>
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 const VkRenderPassInputAttachmentAspectCreateInfo & () const | |
bool | operator== (RenderPassInputAttachmentAspectCreateInfo const &rhs) const |
bool | operator!= (RenderPassInputAttachmentAspectCreateInfo const &rhs) const |
Public Attributes | |
const void * | pNext = nullptr |
uint32_t | aspectReferenceCount |
const InputAttachmentAspectReference * | pAspectReferences |
Private Attributes | |
StructureType | sType = StructureType::eRenderPassInputAttachmentAspectCreateInfo |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
uint32_t VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::aspectReferenceCount |
const InputAttachmentAspectReference* VULKAN_HPP_NAMESPACE::RenderPassInputAttachmentAspectCreateInfo::pAspectReferences |
|
private |