refactor(srp): replace native scene feature strings with ids

This commit is contained in:
2026-04-21 22:52:08 +08:00
parent d75bd95e89
commit f1d7e879ac
18 changed files with 161 additions and 33 deletions

View File

@@ -0,0 +1,9 @@
namespace XCEngine.Rendering
{
public enum NativeSceneFeaturePassId
{
Invalid = 0,
BuiltinGaussianSplat = 1,
BuiltinVolumetric = 2
}
}