If you have been following Vulkan lately, you will have heard about SPIR-V, the new shading language format used in Vulkan. We decided early on to standardize our internal engine on SPIR-V, as we needed a way to cleanly support both our OpenGL ES backend…