Browse Source

Added release note

Jorrit Rouwe 7 months ago
parent
commit
b0bb0fd177
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Docs/ReleaseNotes.md

+ 1 - 0
Docs/ReleaseNotes.md

@@ -16,6 +16,7 @@ For breaking API changes see [this document](https://github.com/jrouwe/JoltPhysi
 * Added binary serialization to `SkeletalAnimation`.
 * Added support for RISC-V, LoongArch and PowerPC (Little Endian) CPUs.
 * Added the ability to add a sub shape at a specified index in a MutableCompoundShape rather than at the end.
+* The Samples and JoltViewer can run on Linux using Vulkan now. Make sure to install the Vulkan SDK before compiling (see: Build/ubuntu24_install_vulkan_sdk.sh).
 
 ### Bug fixes