smol-v
smol-v copied to clipboard
SMOL-V: like Vulkan/Khronos SPIR-V, but smaller.
Results
1
smol-v issues
Sort by
recently updated
recently updated
newest added
I've tried to modify Godot to emit SPIR-V 1.6 from its glslang implementation when Vulkan 1.3 support is detected on the driver (as [Vulkan 1.3 mandates support for SPIR-V 1.6](https://registry.khronos.org/vulkan/specs/1.2/html/chap37.html))....