yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
eaa8dcfcc
master
1#pragma once 2 3#include "diagnostics.h" 4 5namespace CppParse 6{ 7using namespace Slang ; 8 9struct UnitTestUtil 10{ 11static SlangResult run (); 12}; 13 14}// namespace CppParse