Support basic linked elements

This commit is contained in:
2023-06-12 21:47:56 +02:00
parent fd9e352355
commit 04fa09e7e7
8 changed files with 97 additions and 12 deletions

View File

@@ -68,6 +68,10 @@ namespace JabyEngine {
return Self{0x01000201};
}
static constexpr Self StartGPULinked() {
return Self{0x01000401};
}
static constexpr Self StartCDROM() {
return Self{0x11000000};
}