From 560beece103ef05130dfd375105586af0176f784 Mon Sep 17 00:00:00 2001 From: SweetId <2630750+SweetId@users.noreply.github.com> Date: Fri, 17 Nov 2023 13:41:23 +0530 Subject: [PATCH] fix imgui discarding result of previous pass --- examples/Ecs/example.passlist | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/examples/Ecs/example.passlist b/examples/Ecs/example.passlist index 1004d76..98e7917 100644 --- a/examples/Ecs/example.passlist +++ b/examples/Ecs/example.passlist @@ -45,17 +45,14 @@ passlist "Forward Passlist" output "Output" "Gamma" } - attachment "ImguiOutput" + attachmentproxy "ImguiOutput" "Gamma" + + pass "Imgui" { - format "RGBA8" - } - - pass "Imgui" - { impl "Imgui" input "Input" "Gamma" output "Output" "ImguiOutput" - } + } output "ImguiOutput" }