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" }