fix imgui discarding result of previous pass
This commit is contained in:
parent
1246119c2e
commit
560beece10
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue