feat(graphics): improve rendering pipeline and docs

- Refactor D3D12 backend and RenderGraph module
- Update graphics RHI and core rendering components
- Add Random.hlsl shader include
- Regenerate API documentation and update user guides
This commit is contained in:
2026-03-27 22:23:44 +09:00
parent 0a2eb619eb
commit d8a7b07624
495 changed files with 51961 additions and 892 deletions

37
doc/_site/docs/toc.html Normal file
View File

@@ -0,0 +1,37 @@
<div id="sidetoggle">
<div>
<div class="sidefilter">
<form class="toc-filter">
<span class="glyphicon glyphicon-filter filter-icon"></span>
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
<input type="text" id="toc_filter_input" placeholder="Filter by title" onkeypress="if(event.keyCode==13) {return false;}">
</form>
</div>
<div class="sidetoc">
<div class="toc" id="toc">
<ul class="nav level1">
<li>
<a href="getting-started.html" name="" title="Getting Started">Getting Started</a>
</li>
<li>
<a href="ecs-concepts.html" name="" title="ECS Concepts">ECS Concepts</a>
</li>
<li>
<a href="components.html" name="" title="Components">Components</a>
</li>
<li>
<a href="systems.html" name="" title="Systems">Systems</a>
</li>
<li>
<a href="ecs-workflows.html" name="" title="ECS Workflows">ECS Workflows</a>
</li>
<li>
<a href="performance.html" name="" title="Performance">Performance</a>
</li>
</ul>
</div>
</div>
</div>
</div>