SDL
2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
uint32_t | subpassCount |
const uint32_t * | pViewMasks |
uint32_t | dependencyCount |
const int32_t * | pViewOffsets |
uint32_t | correlationMaskCount |
const uint32_t * | pCorrelationMasks |
Private Attributes | |
StructureType | sType = StructureType::eRenderPassMultiviewCreateInfo |
Definition at line 14082 of file vulkan.hpp.
|
inline |
Definition at line 14084 of file vulkan.hpp.
|
inline |
Definition at line 14099 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 14156 of file vulkan.hpp.
|
inline |
Definition at line 14151 of file vulkan.hpp.
|
inline |
Definition at line 14173 of file vulkan.hpp.
References operator==().
|
inline |
|
inline |
Definition at line 14161 of file vulkan.hpp.
References correlationMaskCount, dependencyCount, pCorrelationMasks, pNext, pViewMasks, pViewOffsets, sType, and subpassCount.
Referenced by operator!=().
|
inline |
Definition at line 14139 of file vulkan.hpp.
References correlationMaskCount.
|
inline |
Definition at line 14127 of file vulkan.hpp.
References dependencyCount.
|
inline |
Definition at line 14145 of file vulkan.hpp.
References pCorrelationMasks.
|
inline |
Definition at line 14109 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 14121 of file vulkan.hpp.
References pViewMasks.
|
inline |
Definition at line 14133 of file vulkan.hpp.
References pViewOffsets.
|
inline |
Definition at line 14115 of file vulkan.hpp.
References subpassCount.
uint32_t VULKAN_HPP_NAMESPACE::RenderPassMultiviewCreateInfo::correlationMaskCount |
Definition at line 14187 of file vulkan.hpp.
Referenced by operator==(), and setCorrelationMaskCount().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassMultiviewCreateInfo::dependencyCount |
Definition at line 14185 of file vulkan.hpp.
Referenced by operator==(), and setDependencyCount().
const uint32_t* VULKAN_HPP_NAMESPACE::RenderPassMultiviewCreateInfo::pCorrelationMasks |
Definition at line 14188 of file vulkan.hpp.
Referenced by operator==(), and setPCorrelationMasks().
const void* VULKAN_HPP_NAMESPACE::RenderPassMultiviewCreateInfo::pNext = nullptr |
Definition at line 14182 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const uint32_t* VULKAN_HPP_NAMESPACE::RenderPassMultiviewCreateInfo::pViewMasks |
Definition at line 14184 of file vulkan.hpp.
Referenced by operator==(), and setPViewMasks().
const int32_t* VULKAN_HPP_NAMESPACE::RenderPassMultiviewCreateInfo::pViewOffsets |
Definition at line 14186 of file vulkan.hpp.
Referenced by operator==(), and setPViewOffsets().
|
private |
Definition at line 14179 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::RenderPassMultiviewCreateInfo::subpassCount |
Definition at line 14183 of file vulkan.hpp.
Referenced by operator==(), and setSubpassCount().