Lines Matching defs:Attachment
519 Attachment::Attachment (VkFormat format,
542 VkFormat Attachment::getFormat (void) const
547 VkSampleCountFlagBits Attachment::getSamples (void) const
552 VkAttachmentLoadOp Attachment::getLoadOp (void) const
557 VkAttachmentStoreOp Attachment::getStoreOp (void) const
562 VkAttachmentLoadOp Attachment::getStencilLoadOp (void) const
567 VkAttachmentStoreOp Attachment::getStencilStoreOp (void) const
572 VkImageLayout Attachment::getInitialLayout (void) const
577 VkImageLayout Attachment::getFinalLayout (void) const
582 RenderPass::RenderPass (const std::vector<Attachment>& attachments,
594 const std::vector<Attachment>& RenderPass::getAttachments (void) const
615 AttachmentDesc createAttachmentDescription (const Attachment& attachment)