refactor(srp): tighten request and scene setup seams

This commit is contained in:
2026-04-21 21:42:03 +08:00
parent 01dabcf6b0
commit ee1f817dc6
14 changed files with 352 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
namespace XCEngine
{
public enum CameraClearMode
{
Auto = 0,
ColorAndDepth,
DepthOnly,
None
}
}