ssdfasd
554c48448b
Implement IShader and ISwapChain interfaces for D3D12 backend
- D3D12Shader now implements IShader interface with GetBytecode, GetBytecodeSize, GetType, GetInputLayout
- D3D12SwapChain now implements ISwapChain interface with GetBackBuffer returning IResource*
- Added D3D12Texture back buffer storage to SwapChain
- Fixed ISwapChain const correctness (GetCurrentBackBufferIndex, GetBackBuffer)
- main.cpp: use GetD3D12Bytecode() instead of GetBytecode() for PSO creation
2026-03-16 12:38:17 +08:00
..
2026-03-13 20:37:08 +08:00
2026-03-13 20:37:08 +08:00
2026-03-16 12:38:17 +08:00
2026-03-13 20:53:57 +08:00
2026-03-13 18:43:14 +08:00
2026-03-13 19:23:12 +08:00
2026-03-13 20:37:08 +08:00
2026-03-13 20:37:08 +08:00
2026-03-16 12:38:17 +08:00
2026-03-13 20:37:08 +08:00