yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
master
1// vk-api.cpp 2#include "core/slang-string.h" 3#include "vk-api.h" 4 5namespace gfx 6{ 7 8void installPipelineDumpLayer (VulkanApi & api ); 9void writePipelineDump (Slang ::UnownedStringSlice path ); 10 11}// namespace gfx