SDL 2.0
|
#include <vulkan.hpp>
Data Fields | |
const void * | pNext = nullptr |
SubpassDescriptionFlags | flags |
PipelineBindPoint | pipelineBindPoint |
uint32_t | viewMask |
uint32_t | inputAttachmentCount |
const AttachmentReference2KHR * | pInputAttachments |
uint32_t | colorAttachmentCount |
const AttachmentReference2KHR * | pColorAttachments |
const AttachmentReference2KHR * | pResolveAttachments |
const AttachmentReference2KHR * | pDepthStencilAttachment |
uint32_t | preserveAttachmentCount |
const uint32_t * | pPreserveAttachments |
Private Attributes | |
StructureType | sType = StructureType::eSubpassDescription2KHR |
Definition at line 35043 of file vulkan.hpp.
|
inline |
Definition at line 35045 of file vulkan.hpp.
|
inline |
Definition at line 35070 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35157 of file vulkan.hpp.
|
inline |
Definition at line 35152 of file vulkan.hpp.
|
inline |
Definition at line 35179 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 35075 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 35162 of file vulkan.hpp.
References colorAttachmentCount, flags, inputAttachmentCount, pColorAttachments, pDepthStencilAttachment, pInputAttachments, pipelineBindPoint, pNext, pPreserveAttachments, preserveAttachmentCount, pResolveAttachments, sType, and viewMask.
Referenced by operator!=().
|
inline |
Definition at line 35116 of file vulkan.hpp.
References colorAttachmentCount.
|
inline |
Definition at line 35086 of file vulkan.hpp.
|
inline |
Definition at line 35104 of file vulkan.hpp.
References inputAttachmentCount.
|
inline |
Definition at line 35122 of file vulkan.hpp.
References pColorAttachments.
|
inline |
Definition at line 35134 of file vulkan.hpp.
References pDepthStencilAttachment.
|
inline |
Definition at line 35110 of file vulkan.hpp.
References pInputAttachments.
|
inline |
Definition at line 35092 of file vulkan.hpp.
References pipelineBindPoint.
|
inline |
Definition at line 35080 of file vulkan.hpp.
References pNext.
|
inline |
Definition at line 35146 of file vulkan.hpp.
References pPreserveAttachments.
|
inline |
Definition at line 35140 of file vulkan.hpp.
References preserveAttachmentCount.
|
inline |
Definition at line 35128 of file vulkan.hpp.
References pResolveAttachments.
|
inline |
Definition at line 35098 of file vulkan.hpp.
References viewMask.
uint32_t VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::colorAttachmentCount |
Definition at line 35194 of file vulkan.hpp.
Referenced by operator==(), and setColorAttachmentCount().
SubpassDescriptionFlags VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::flags |
Definition at line 35189 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::inputAttachmentCount |
Definition at line 35192 of file vulkan.hpp.
Referenced by operator==(), and setInputAttachmentCount().
const AttachmentReference2KHR* VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::pColorAttachments |
Definition at line 35195 of file vulkan.hpp.
Referenced by operator==(), and setPColorAttachments().
const AttachmentReference2KHR* VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::pDepthStencilAttachment |
Definition at line 35197 of file vulkan.hpp.
Referenced by operator==(), and setPDepthStencilAttachment().
const AttachmentReference2KHR* VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::pInputAttachments |
Definition at line 35193 of file vulkan.hpp.
Referenced by operator==(), and setPInputAttachments().
PipelineBindPoint VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::pipelineBindPoint |
Definition at line 35190 of file vulkan.hpp.
Referenced by operator==(), and setPipelineBindPoint().
const void* VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::pNext = nullptr |
Definition at line 35188 of file vulkan.hpp.
Referenced by operator==(), and setPNext().
const uint32_t* VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::pPreserveAttachments |
Definition at line 35199 of file vulkan.hpp.
Referenced by operator==(), and setPPreserveAttachments().
uint32_t VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::preserveAttachmentCount |
Definition at line 35198 of file vulkan.hpp.
Referenced by operator==(), and setPreserveAttachmentCount().
const AttachmentReference2KHR* VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::pResolveAttachments |
Definition at line 35196 of file vulkan.hpp.
Referenced by operator==(), and setPResolveAttachments().
|
private |
Definition at line 35185 of file vulkan.hpp.
Referenced by operator==().
uint32_t VULKAN_HPP_NAMESPACE::SubpassDescription2KHR::viewMask |
Definition at line 35191 of file vulkan.hpp.
Referenced by operator==(), and setViewMask().