yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
master
1#pragma once 2 3#include "b.h" 4 5#ifdef C_H 6#error "c.h shouldn't be included twice" 7#endif 8 9#define C_H 10 11float bar (float x ) 12{ 13return x ; 14}