adding missing passlist files
This commit is contained in:
42
assets/editor/editor.passlist
Normal file
42
assets/editor/editor.passlist
Normal file
@@ -0,0 +1,42 @@
|
||||
passlist "Forward Passlist"
|
||||
{
|
||||
attachment "DepthBuffer"
|
||||
{
|
||||
format "PreferredDepthStencil"
|
||||
}
|
||||
|
||||
pass "DepthPrepass"
|
||||
{
|
||||
impl "Depth"
|
||||
{
|
||||
MatPass "DepthPass"
|
||||
}
|
||||
|
||||
depthstenciloutput "DepthBuffer"
|
||||
}
|
||||
|
||||
attachment "ForwardOutput"
|
||||
{
|
||||
format "RGBA16F"
|
||||
}
|
||||
|
||||
pass "ForwardPass"
|
||||
{
|
||||
impl "Forward"
|
||||
output "Output" "ForwardOutput"
|
||||
depthstencilinput "DepthBuffer"
|
||||
depthstenciloutput "DepthBuffer"
|
||||
flag "LightShadowing"
|
||||
}
|
||||
|
||||
attachmentproxy "ImguiOutput" "ForwardOutput"
|
||||
|
||||
pass "Imgui"
|
||||
{
|
||||
impl "Imgui"
|
||||
input "Input" "ForwardOutput"
|
||||
output "Output" "ImguiOutput"
|
||||
}
|
||||
|
||||
output "ImguiOutput"
|
||||
}
|
||||
Reference in New Issue
Block a user