Qubaef
Results
2
issues of
Qubaef
I want to use Debug Printf extension available in Vulkan Validation Layers, described [here](https://github.com/KhronosGroup/Vulkan-ValidationLayers/blob/master/docs/debug_printf.md). GL_EXT_debug_printf seems to be unsupported by slangc.exe. In HLSL with glslangValidator.exe, following should work: ``` void...
Over last few weeks I ported backend of my homemade pathtracing Vulkan environment to magma. I find it helpful to understand Vulkan api concepts and reduce code redundancy. It was...