Searched refs:stencilAttachmentRef (Results 1 – 1 of 1) sorted by relevance
304 VkAttachmentReference stencilAttachmentRef; in createColorOnlyRenderPass() local322 stencilAttachmentRef.attachment = VK_ATTACHMENT_UNUSED; in createColorOnlyRenderPass()323 stencilAttachmentRef.layout = VK_IMAGE_LAYOUT_UNDEFINED; in createColorOnlyRenderPass()332 subpassDesc.pDepthStencilAttachment = &stencilAttachmentRef; in createColorOnlyRenderPass()