Skip to content

Render System Cleanup

Compare
Choose a tag to compare
@W4RH4WK W4RH4WK released this 24 Feb 14:26
· 37 commits to master since this release
  • Remove experimental headless mode
  • Replace reference OpenAL implementation with OpenAL Soft
  • Use fade out effect on quit
  • Update Vulkan SDK to 1.2.131
  • CMake: Visual Studio solutions now feature debug symbols in release builds
  • CMake: Visual Studio solutions use warning level 3
  • Fix render pass attachment initial layout warning
  • Attach names to commonly used Vulkan objects.
    These names are used by the validation layer.
  • GPU should now be properly synced.
    Lots of barriers have been added.