Commit Graph

3 Commits

Author SHA1 Message Date
f8a2507bdf docs: Update RHI_Design_Issues.md - mark Priority 1 DescriptorSet as completed 2026-03-25 00:26:47 +08:00
c5c43ae7aa docs: Update RHI_Design_Issues.md with completed items status 2026-03-25 00:00:36 +08:00
1e88beacb8 RHI: Fix view type signatures in CommandList abstraction
- Unified RHICommandList interface to use RHIResourceView* for all view types
- Fixed OpenGLCommandList override signatures (SetVertexBuffers, SetIndexBuffer, etc.)
- Fixed D3D12CommandList by removing duplicate SetVertexBuffer methods
- Updated OpenGLCommandList.cpp to match new signatures
- Build and all 845 tests pass
2026-03-24 23:41:57 +08:00