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.h 2#pragma once 3#include "cpu-base.h" 4 5namespace gfx 6{ 7using namespace Slang ; 8 9 10}// namespace gfx