Searched refs:depthAttachmentRef (Results 1 – 2 of 2) sorted by relevance
373 std::unique_ptr<AttachmentRef> depthAttachmentRef; in createRenderPass() local376 depthAttachmentRef.reset(new AttachmentRef( in createRenderPass()395 …(depthAttachmentRef ? depthAttachmentRef.get() : DE_NULL), // const VkAttachmentReference* pDe… in createRenderPass()
484 VkAttachmentReference depthAttachmentRef{}; local485 depthAttachmentRef.attachment = 1;486 depthAttachmentRef.layout = VK_IMAGE_LAYOUT_DEPTH_STENCIL_ATTACHMENT_OPTIMAL;492 subpass.pDepthStencilAttachment = &depthAttachmentRef;