Skip to content

Commit bb2ede1

Browse files
authored
Merge pull request #40 from Codetoil/dev
Update Docs
2 parents 747dcba + e3c4af6 commit bb2ede1

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

Notices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
```

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,22 @@ There are three main variants of this software:
1919
The Java Variants (Quilt Variant and Closed-World Jar Variant) support the following Operating Systems and
2020
Architectures, 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

3434
The 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

vulkanbook.epub

551 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)