yum-mirror/slang

Making it easier to work with shaders

git clone https://git.yummers.dev/yum-mirror/slang

Lauro OyenMove c++ parsing code from slang-cpp-extractor to static library (#5675)eaa8dcfcc

master
165 B14 linesraw
1#pragma once
2
3#include "diagnostics.h"
4
5namespace CppParse
6{
7using namespace Slang;
8
9struct UnitTestUtil
10{
11    static SlangResult run();
12};
13
14} // namespace CppParse