colorAttachmentCount | VULKAN_HPP_NAMESPACE::SubpassDescription | |
flags | VULKAN_HPP_NAMESPACE::SubpassDescription | |
inputAttachmentCount | VULKAN_HPP_NAMESPACE::SubpassDescription | |
operator const VkSubpassDescription &() const | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
operator!=(SubpassDescription const &rhs) const | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
operator=(VkSubpassDescription const &rhs) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
operator==(SubpassDescription const &rhs) const | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
pColorAttachments | VULKAN_HPP_NAMESPACE::SubpassDescription | |
pDepthStencilAttachment | VULKAN_HPP_NAMESPACE::SubpassDescription | |
pInputAttachments | VULKAN_HPP_NAMESPACE::SubpassDescription | |
pipelineBindPoint | VULKAN_HPP_NAMESPACE::SubpassDescription | |
pPreserveAttachments | VULKAN_HPP_NAMESPACE::SubpassDescription | |
preserveAttachmentCount | VULKAN_HPP_NAMESPACE::SubpassDescription | |
pResolveAttachments | VULKAN_HPP_NAMESPACE::SubpassDescription | |
setColorAttachmentCount(uint32_t colorAttachmentCount_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setFlags(SubpassDescriptionFlags flags_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setInputAttachmentCount(uint32_t inputAttachmentCount_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setPColorAttachments(const AttachmentReference *pColorAttachments_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setPDepthStencilAttachment(const AttachmentReference *pDepthStencilAttachment_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setPInputAttachments(const AttachmentReference *pInputAttachments_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setPipelineBindPoint(PipelineBindPoint pipelineBindPoint_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setPPreserveAttachments(const uint32_t *pPreserveAttachments_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setPreserveAttachmentCount(uint32_t preserveAttachmentCount_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
setPResolveAttachments(const AttachmentReference *pResolveAttachments_) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
SubpassDescription(SubpassDescriptionFlags flags_=SubpassDescriptionFlags(), PipelineBindPoint pipelineBindPoint_=PipelineBindPoint::eGraphics, uint32_t inputAttachmentCount_=0, const AttachmentReference *pInputAttachments_=nullptr, uint32_t colorAttachmentCount_=0, const AttachmentReference *pColorAttachments_=nullptr, const AttachmentReference *pResolveAttachments_=nullptr, const AttachmentReference *pDepthStencilAttachment_=nullptr, uint32_t preserveAttachmentCount_=0, const uint32_t *pPreserveAttachments_=nullptr) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |
SubpassDescription(VkSubpassDescription const &rhs) | VULKAN_HPP_NAMESPACE::SubpassDescription | inline |