mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-06 01:50:38 +00:00
Fix compile error
This commit is contained in:
@@ -398,7 +398,7 @@ bool VulkanReplay::RenderTextureInternal(TextureDisplay cfg, VkRenderPassBeginIn
|
||||
if(cfg.mip == 0 && cfg.scale < 1.0f)
|
||||
imdesc.sampler = Unwrap(m_TexRender.LinearSampler);
|
||||
|
||||
VkDescriptorImageInfo altimdesc[2] = {0};
|
||||
VkDescriptorImageInfo altimdesc[2] = {};
|
||||
for(uint32_t i = 0; i < GetYUVPlaneCount(iminfo.format) - 1; i++)
|
||||
{
|
||||
RDCASSERT(iminfo.altViews[i] != VK_NULL_HANDLE);
|
||||
|
||||
Reference in New Issue
Block a user