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.
|
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.
|
inline |
Definition at line 35248 of file vulkan.hpp.
|
inline |
Definition at line 35284 of file vulkan.hpp.
|
inline |
Definition at line 35272 of file vulkan.hpp.
|
inline |
Definition at line 35242 of file vulkan.hpp.
|
inline |
Definition at line 35254 of file vulkan.hpp.
|
inline |
Definition at line 35290 of file vulkan.hpp.
|
inline |
Definition at line 35278 of file vulkan.hpp.
|
inline |
Definition at line 35236 of file vulkan.hpp.
|
inline |
Definition at line 35266 of file vulkan.hpp.
|
inline |
Definition at line 35260 of file vulkan.hpp.
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::attachmentCount |
Definition at line 35332 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::correlatedViewMaskCount |
Definition at line 35338 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::dependencyCount |
Definition at line 35336 of file vulkan.hpp.
Referenced by operator==().
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==().
const uint32_t* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pCorrelatedViewMasks |
Definition at line 35339 of file vulkan.hpp.
Referenced by operator==().
const SubpassDependency2KHR* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pDependencies |
Definition at line 35337 of file vulkan.hpp.
Referenced by operator==().
const void* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pNext = nullptr |
Definition at line 35330 of file vulkan.hpp.
Referenced by operator==().
const SubpassDescription2KHR* VULKAN_HPP_NAMESPACE::RenderPassCreateInfo2KHR::pSubpasses |
Definition at line 35335 of file vulkan.hpp.
Referenced by operator==().
|
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==().