yum-mirror/slang

Making it easier to work with shaders

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

Ellie Hermaszewskaformatf65d756bf

master
310 B14 linesraw
1#ifndef SLANG_CORE_BASIC_H
2#define SLANG_CORE_BASIC_H
3
4#include "slang-array.h"
5#include "slang-common.h"
6#include "slang-dictionary.h"
7#include "slang-exception.h"
8#include "slang-list.h"
9#include "slang-math.h"
10#include "slang-short-list.h"
11#include "slang-smart-pointer.h"
12#include "slang-string.h"
13
14#endif