Vulkan-Hpp
vk::AttachmentDescription Member List

This is the complete list of members for vk::AttachmentDescription, including all inherited members.

AttachmentDescription(vk::AttachmentDescriptionFlags flags_={}, vk::Format format_=vk::Format::eUndefined, vk::SampleCountFlagBits samples_=vk::SampleCountFlagBits::e1, vk::AttachmentLoadOp loadOp_=vk::AttachmentLoadOp::eLoad, vk::AttachmentStoreOp storeOp_=vk::AttachmentStoreOp::eStore, vk::AttachmentLoadOp stencilLoadOp_=vk::AttachmentLoadOp::eLoad, vk::AttachmentStoreOp stencilStoreOp_=vk::AttachmentStoreOp::eStore, vk::ImageLayout initialLayout_=vk::ImageLayout::eUndefined, vk::ImageLayout finalLayout_=vk::ImageLayout::eUndefined) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
AttachmentDescription(AttachmentDescription const &rhs) VULKAN_HPP_NOEXCEPT=defaultvk::AttachmentDescription
AttachmentDescription(VkAttachmentDescription const &rhs) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
finalLayoutvk::AttachmentDescription
flagsvk::AttachmentDescription
formatvk::AttachmentDescription
initialLayoutvk::AttachmentDescription
loadOpvk::AttachmentDescription
NativeType typedefvk::AttachmentDescription
operator VkAttachmentDescription &() VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
operator VkAttachmentDescription const &() const VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
operator!=(AttachmentDescription const &rhs) const VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
operator=(AttachmentDescription const &rhs) VULKAN_HPP_NOEXCEPT=defaultvk::AttachmentDescription
operator=(VkAttachmentDescription const &rhs) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
operator==(AttachmentDescription const &rhs) const VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
samplesvk::AttachmentDescription
setFinalLayout(vk::ImageLayout finalLayout_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setFlags(vk::AttachmentDescriptionFlags flags_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setFormat(vk::Format format_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setInitialLayout(vk::ImageLayout initialLayout_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setLoadOp(vk::AttachmentLoadOp loadOp_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setSamples(vk::SampleCountFlagBits samples_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setStencilLoadOp(vk::AttachmentLoadOp stencilLoadOp_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setStencilStoreOp(vk::AttachmentStoreOp stencilStoreOp_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
setStoreOp(vk::AttachmentStoreOp storeOp_) VULKAN_HPP_NOEXCEPTvk::AttachmentDescriptioninline
stencilLoadOpvk::AttachmentDescription
stencilStoreOpvk::AttachmentDescription
storeOpvk::AttachmentDescription