refactor(rendering): split managed SRP layers and namespaces
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using XCEngine;
|
||||
|
||||
namespace XCEngine.Rendering
|
||||
{
|
||||
public enum RenderEnvironmentMode
|
||||
{
|
||||
None = 0,
|
||||
ProceduralSkybox = 1,
|
||||
MaterialSkybox = 2
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user