Add managed render pipeline selection bridge

This commit is contained in:
2026-04-15 01:57:14 +08:00
parent ec6965b0dd
commit aa727202af
18 changed files with 566 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
namespace XCEngine
{
public abstract class RenderPipelineAsset : Object
{
protected RenderPipelineAsset()
{
}
}
}