Skip to main content

Vulkan

2020

Vulkan Enum Stringifier Project - Quick Postmortem
·1408 words·7 mins
Code Vulkan C/Cpp Postmortem
A better present from a worse past. Also odd Vulkan spec anomalies.

2017

SPIR-V Shader Binary Converter
·691 words·4 mins
Code Vulkan C/Cpp
To accomplish this, the program reads in the generated SPIR-V binary, and outputs a text file containing the data, but in 4 byte chunks, so that it can be used as if it were a uint32 array.