yum-mirror/slang

Making it easier to work with shaders

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

Ellie Hermaszewskaformatf65d756bf

master
189 B16 linesraw
1// d3d11-shader-program.cpp
2#include "d3d11-shader-program.h"
3
4#include "d3d11-base.h"
5
6namespace gfx
7{
8
9using namespace Slang;
10
11namespace d3d11
12{
13
14
15} // namespace d3d11
16} // namespace gfx