File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33## Vulkan Book
44
5- https://github.com/lwjglgamedev/vulkanbook/tree/ebe25ab57930b80b62e915fed8de5f97169ecd72
5+ https://github.com/lwjglgamedev/vulkanbook/tree/ee8d2d583f8c5f30768081646cffcde8bda9a9d4
66./vulkanbook.epub
77
88```
Original file line number Diff line number Diff line change @@ -19,23 +19,22 @@ There are three main variants of this software:
1919The Java Variants (Quilt Variant and Closed-World Jar Variant) support the following Operating Systems and
2020Architectures, assuming you can get JDK 25 for that version (Not all are tested):
2121
22+ - FreeBSD on 64-Bit x86 (x86_64/AMD64)
2223- Linux on 64-Bit x86 (x86_64/AMD64)
23- - Linux on 32-Bit ARM (ARM32)
24+ - Linux on 32-Bit ARM (ARM32) (Requires custom JDK)
2425- Linux on 64-Bit ARM (AArch64/ARM64)
2526- Linux on 64-Bit Little-Endian PowerPC (PPC64LE)
2627- Linux on 64-Bit RISC-V (RISCV64)
27- - FreeBSD on 64-Bit x86 (x86_64/AMD64)
2828- macOS on 64-Bit x86 (x86_64/AMD64)
2929- macOS on 64-Bit ARM (AArch64/ARM64)
3030- Windows on 64-Bit x86 (x86_64/AMD64)
31- - Windows on 32-Bit x86 (x86)
31+ - Windows on 32-Bit x86 (x86) (Requires custom JDK)
3232- Windows on 64-Bit ARM (AArch64/ARM64)
3333
3434The Native Variants (Closed-World Native Variants) support the following Operating Systems and Architectures:
3535
3636- Linux on 64-Bit x86 (x86_64/AMD64)
3737- Linux on 64-Bit ARM (AArch64/ARM64)
38- - macOS on 64-Bit x86 (x86_64/AMD64) (Must be built from source)
3938- macOS on 64-Bit ARM (AArch64/ARM64)
4039- Windows on 64-Bit x86 (x86_64/AMD64)
4140
You can’t perform that action at this time.
0 commit comments