bumping spirv interpreter
This commit is contained in:
@@ -10,7 +10,7 @@ It was forged for my own learning and amusement alone. Pray, do not wield it in
|
|||||||
|
|
||||||
## Purpose
|
## Purpose
|
||||||
|
|
||||||
To understand Vulkan — not as a humble API mere mortals call upon, but as a labyrinthine system where one may craft a driver by hand.
|
To understand Vulkan - not as a humble API mere mortals call upon, but as a labyrinthine system where one may craft a driver by hand.
|
||||||
It does not seek to produce a performant or production-worthy driver. \
|
It does not seek to produce a performant or production-worthy driver. \
|
||||||
*The gods are merciful, but not that merciful.*
|
*The gods are merciful, but not that merciful.*
|
||||||
|
|
||||||
@@ -22,9 +22,9 @@ zig build
|
|||||||
```
|
```
|
||||||
|
|
||||||
Then ensure thy Vulkan loader is pointed toward the ICD manifest.
|
Then ensure thy Vulkan loader is pointed toward the ICD manifest.
|
||||||
The precise ritual varies by system — consult the tomes of your operating system, or wander the web's endless mausoleum of documentation.
|
The precise ritual varies by system - consult the tomes of your operating system, or wander the web's endless mausoleum of documentation.
|
||||||
|
|
||||||
Use at your own risk. If thy machine shudders, weeps, or attempts to flee — know that it was warned.
|
Use at your own risk. If thy machine shudders, weeps, or attempts to flee - know that it was warned.
|
||||||
\
|
\
|
||||||
\
|
\
|
||||||
Thou may also conjure forth a tome of compile commands by doing thus:
|
Thou may also conjure forth a tome of compile commands by doing thus:
|
||||||
|
|||||||
@@ -59,8 +59,8 @@
|
|||||||
.lazy = true,
|
.lazy = true,
|
||||||
},
|
},
|
||||||
.SPIRV_Interpreter = .{
|
.SPIRV_Interpreter = .{
|
||||||
.url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#a503f54e43fab94b59d0821966a07447f411c157",
|
.url = "git+https://git.kbz8.me/kbz_8/SPIRV-Interpreter#6c8b364c7d6fd8a4b199649011487a7c243cb849",
|
||||||
.hash = "SPIRV_Interpreter-0.0.1-ajmpn8MEBACvYZ8s8grmQG03OxNZPJMAUFh0gWhWH-Y0",
|
.hash = "SPIRV_Interpreter-0.0.1-ajmpn20rBACYd5tvl13JKU_MWx1ZmCClKKFIq5QF8jA1",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user