RetroArch
VULKAN_HPP_NAMESPACE::SubpassDescription Member List

This is the complete list of members for VULKAN_HPP_NAMESPACE::SubpassDescription, including all inherited members.

colorAttachmentCountVULKAN_HPP_NAMESPACE::SubpassDescription
flagsVULKAN_HPP_NAMESPACE::SubpassDescription
inputAttachmentCountVULKAN_HPP_NAMESPACE::SubpassDescription
operator const VkSubpassDescription &() constVULKAN_HPP_NAMESPACE::SubpassDescriptioninline
operator!=(SubpassDescription const &rhs) constVULKAN_HPP_NAMESPACE::SubpassDescriptioninline
operator=(VkSubpassDescription const &rhs)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
operator==(SubpassDescription const &rhs) constVULKAN_HPP_NAMESPACE::SubpassDescriptioninline
pColorAttachmentsVULKAN_HPP_NAMESPACE::SubpassDescription
pDepthStencilAttachmentVULKAN_HPP_NAMESPACE::SubpassDescription
pInputAttachmentsVULKAN_HPP_NAMESPACE::SubpassDescription
pipelineBindPointVULKAN_HPP_NAMESPACE::SubpassDescription
pPreserveAttachmentsVULKAN_HPP_NAMESPACE::SubpassDescription
preserveAttachmentCountVULKAN_HPP_NAMESPACE::SubpassDescription
pResolveAttachmentsVULKAN_HPP_NAMESPACE::SubpassDescription
setColorAttachmentCount(uint32_t colorAttachmentCount_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setFlags(SubpassDescriptionFlags flags_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setInputAttachmentCount(uint32_t inputAttachmentCount_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setPColorAttachments(const AttachmentReference *pColorAttachments_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setPDepthStencilAttachment(const AttachmentReference *pDepthStencilAttachment_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setPInputAttachments(const AttachmentReference *pInputAttachments_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setPipelineBindPoint(PipelineBindPoint pipelineBindPoint_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setPPreserveAttachments(const uint32_t *pPreserveAttachments_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setPreserveAttachmentCount(uint32_t preserveAttachmentCount_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
setPResolveAttachments(const AttachmentReference *pResolveAttachments_)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline
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::SubpassDescriptioninline
SubpassDescription(VkSubpassDescription const &rhs)VULKAN_HPP_NAMESPACE::SubpassDescriptioninline