This commit is contained in:
antopilo
2025-01-10 19:44:37 -05:00
parent 2c8de739bd
commit da6b23cb07
10 changed files with 77 additions and 113 deletions

View File

@@ -627,7 +627,7 @@ namespace Nuake {
Ref<Texture> texture = framebuffer->GetTexture();
auto& pipeline = VkRenderer::Get().GetRenderPipeline();
VkDescriptorSet textureDesc = pipeline.GetRenderPass("Shading").GetAttachment("Output").Image->GetImGuiDescriptorSet();
VkDescriptorSet textureDesc = VkRenderer::Get().DrawImage->GetImGuiDescriptorSet();
if (SelectedViewport == 1)
{