mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
work
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user