yum-mirror/slang

Making it easier to work with shaders

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

Ellie Hermaszewskaformatf65d756bf

master
148 B11 linesraw
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