yum-mirror/slang
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
master
1// pragma-once-a.h 2#pragma once 3 4// Used by the `pragma-once.slang` test 5 6float foo (float x ) 7{ 8return x ; 9}
Making it easier to work with shaders
git clone https://git.yummers.dev/yum-mirror/slang
f65d756bf
1// pragma-once-a.h 2#pragma once 3 4// Used by the `pragma-once.slang` test 5 6float foo (float x ) 7{ 8return x ; 9}