feat(rendering): expose builtin forward scene steps to srp context
This commit is contained in:
12
managed/XCEngine.ScriptCore/ScenePhase.cs
Normal file
12
managed/XCEngine.ScriptCore/ScenePhase.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
namespace XCEngine
|
||||
{
|
||||
public enum ScenePhase
|
||||
{
|
||||
Opaque = 0,
|
||||
Skybox = 1,
|
||||
Transparent = 3,
|
||||
EditorExtension = 4,
|
||||
PostProcess = 5,
|
||||
FinalOutput = 6
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user