rendering: document managed srp v1 boundaries

This commit is contained in:
2026-04-26 02:12:06 +08:00
parent 8eb1f8c5a2
commit 97f3c3486a
9 changed files with 246 additions and 0 deletions

View File

@@ -1,5 +1,7 @@
namespace XCEngine.Rendering
{
// Managed hook for scene-setup policy only. Scene extraction, culling, and
// the actual scene draws still execute through the native backend.
public sealed class RenderSceneSetupContext
{
private readonly ulong m_nativeHandle;