mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-07-08 08:40:55 +00:00
correct dynamic rendering stencilAttachmentFormat
This commit is contained in:
committed by
Baldur Karlsson
parent
ba81d81c3a
commit
ae718049f6
@@ -952,7 +952,7 @@ void VulkanShaderCache::MakeGraphicsPipelineInfo(VkGraphicsPipelineCreateInfo &p
|
||||
if(pipeInfo.renderpass == ResourceId())
|
||||
{
|
||||
dynRenderCreate.depthAttachmentFormat = pipeInfo.depthFormat;
|
||||
dynRenderCreate.stencilAttachmentFormat = pipeInfo.depthFormat;
|
||||
dynRenderCreate.stencilAttachmentFormat = pipeInfo.stencilFormat;
|
||||
dynRenderCreate.colorAttachmentCount = (uint32_t)pipeInfo.colorFormats.size();
|
||||
memcpy(colFormats, pipeInfo.colorFormats.data(), pipeInfo.colorFormats.byteSize());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user