SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
RenderPassCreateFlags | flags |
uint32_t | attachmentCount |
const AttachmentDescription2KHR * | pAttachments |
uint32_t | subpassCount |
const SubpassDescription2KHR * | pSubpasses |
uint32_t | dependencyCount |
const SubpassDependency2KHR * | pDependencies |
uint32_t | correlatedViewMaskCount |
const uint32_t * | pCorrelatedViewMasks |
Private Attributes | |
StructureType | sType = StructureType::eRenderPassCreateInfo2KHR |
Definition at line 35203 of file vulkan.hpp.
|
inline |
Definition at line 35205 of file vulkan.hpp.
|
inline |
Definition at line 35226 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35301 of file vulkan.hpp.
|
inline |
Definition at line 35296 of file vulkan.hpp.
|
inline |
Definition at line 35321 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 35231 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35306 of file vulkan.hpp.
References attachmentCount, correlatedViewMaskCount, dependencyCount, flags, pAttachments, pCorrelatedViewMasks, pDependencies, pNext, pSubpasses, sType, and subpassCount.
Referenced by operator!=().
|
inline |
Definition at line 35248 of file vulkan.hpp.
References attachmentCount.
|
inline |
Definition at line 35284 of file vulkan.hpp.
References correlatedViewMaskCount.
|
inline |
Definition at line 35272 of file vulkan.hpp.
References dependencyCount.
|
inline |
Definition at line 35242 of file vulkan.hpp.
|
inline |
Definition at line 35254 of file vulkan.hpp.
References pAttachments.
|
inline |
Definition at line 35290 of file vulkan.hpp.
References pCorrelatedViewMasks.
|
inline |
Definition at line 35278 of file vulkan.hpp.
References pDependencies.
|
inline |
Definition at line 35236 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 35266 of file vulkan.hpp.
References pSubpasses.
|
inline |
Definition at line 35260 of file vulkan.hpp.
References subpassCount.
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::attachmentCount |
Definition at line 35332 of file vulkan.hpp.
Referenced by operator==(), and setAttachmentCount().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::correlatedViewMaskCount |
Definition at line 35338 of file vulkan.hpp.
Referenced by operator==(), and setCorrelatedViewMaskCount().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::dependencyCount |
Definition at line 35336 of file vulkan.hpp.
Referenced by operator==(), and setDependencyCount().
RenderPassCreateFlags VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::flags |
Definition at line 35331 of file vulkan.hpp.
Referenced by operator==().
const AttachmentDescription2KHR* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pAttachments |
Definition at line 35333 of file vulkan.hpp.
Referenced by operator==(), and setPAttachments().
const uint32_t* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pCorrelatedViewMasks |
Definition at line 35339 of file vulkan.hpp.
Referenced by operator==(), and setPCorrelatedViewMasks().
const SubpassDependency2KHR* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pDependencies |
Definition at line 35337 of file vulkan.hpp.
Referenced by operator==(), and setPDependencies().
const void* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pNext = nullptr |
Definition at line 35330 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const SubpassDescription2KHR* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pSubpasses |
Definition at line 35335 of file vulkan.hpp.
Referenced by operator==(), and setPSubpasses().
|
private |
Definition at line 35327 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::subpassCount |
Definition at line 35334 of file vulkan.hpp.
Referenced by operator==(), and setSubpassCount().