yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
master
1// cpu-helper-functions.cpp 2#include "cpu-helper-functions.h" 3 4#include "cpu-device.h" 5 6namespace gfx 7{ 8using namespace Slang ; 9 10 11}// namespace gfx