fix imgui discarding result of previous pass
This commit is contained in:
@@ -45,17 +45,14 @@ passlist "Forward Passlist"
|
|||||||
output "Output" "Gamma"
|
output "Output" "Gamma"
|
||||||
}
|
}
|
||||||
|
|
||||||
attachment "ImguiOutput"
|
attachmentproxy "ImguiOutput" "Gamma"
|
||||||
{
|
|
||||||
format "RGBA8"
|
|
||||||
}
|
|
||||||
|
|
||||||
pass "Imgui"
|
pass "Imgui"
|
||||||
{
|
{
|
||||||
impl "Imgui"
|
impl "Imgui"
|
||||||
input "Input" "Gamma"
|
input "Input" "Gamma"
|
||||||
output "Output" "ImguiOutput"
|
output "Output" "ImguiOutput"
|
||||||
}
|
}
|
||||||
|
|
||||||
output "ImguiOutput"
|
output "ImguiOutput"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user