fix: VK_INDEX_TYPE_UINT32 (was UINT16) + remove unused depth from pipeline

- vkCmdBindIndexBuffer indexType changed from 0 (UINT16) to 1 (UINT32)
  to match uint[] index data — this was causing black screen
- Removed depth stencil state, depth attachment format, and depth
  rendering attachment from pipeline/renderer (depth buffer still
  created in swapchain but unused)
This commit is contained in:
emil28092005
2026-06-18 12:59:01 +03:00
parent aca8d1ab4d
commit 233041ab00
6 changed files with 18 additions and 46 deletions
Binary file not shown.