SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
RenderPassCreateFlags | flags |
uint32_t | attachmentCount |
const AttachmentDescription * | pAttachments |
uint32_t | subpassCount |
const SubpassDescription * | pSubpasses |
uint32_t | dependencyCount |
const SubpassDependency * | pDependencies |
Private Attributes | |
StructureType | sType = StructureType::eRenderPassCreateInfo |
Definition at line 34923 of file vulkan.hpp.
|
inline |
Definition at line 34925 of file vulkan.hpp.
|
inline |
Definition at line 34942 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35005 of file vulkan.hpp.
|
inline |
Definition at line 35000 of file vulkan.hpp.
|
inline |
Definition at line 35023 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 34947 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35010 of file vulkan.hpp.
References attachmentCount, dependencyCount, flags, pAttachments, pDependencies, pNext, pSubpasses, sType, and subpassCount.
Referenced by operator!=().
|
inline |
Definition at line 34964 of file vulkan.hpp.
References attachmentCount.
|
inline |
Definition at line 34988 of file vulkan.hpp.
References dependencyCount.
|
inline |
Definition at line 34958 of file vulkan.hpp.
References flags_.
|
inline |
Definition at line 34970 of file vulkan.hpp.
References pAttachments.
|
inline |
Definition at line 34994 of file vulkan.hpp.
References pDependencies.
|
inline |
Definition at line 34952 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 34982 of file vulkan.hpp.
References pSubpasses.
|
inline |
Definition at line 34976 of file vulkan.hpp.
References subpassCount.
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::attachmentCount |
Definition at line 35034 of file vulkan.hpp.
Referenced by operator==(), and setAttachmentCount().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::dependencyCount |
Definition at line 35038 of file vulkan.hpp.
Referenced by operator==(), and setDependencyCount().
RenderPassCreateFlags VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::flags |
Definition at line 35033 of file vulkan.hpp.
Referenced by operator==().
const AttachmentDescription* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::pAttachments |
Definition at line 35035 of file vulkan.hpp.
Referenced by operator==(), and setPAttachments().
const SubpassDependency* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::pDependencies |
Definition at line 35039 of file vulkan.hpp.
Referenced by operator==(), and setPDependencies().
const void* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::pNext = nullptr |
Definition at line 35032 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const SubpassDescription* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::pSubpasses |
Definition at line 35037 of file vulkan.hpp.
Referenced by operator==(), and setPSubpasses().
|
private |
Definition at line 35029 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo::subpassCount |
Definition at line 35036 of file vulkan.hpp.
Referenced by operator==(), and setSubpassCount().