mirror of
https://github.com/italicsjenga/slang-shaders.git
synced 2024-11-22 07:41:31 +11:00
one more fix for glslang
This commit is contained in:
parent
52db21c079
commit
0a695c1b23
|
@ -21,6 +21,7 @@
|
|||
#define frame_count FrameCount
|
||||
#define static
|
||||
#define inline
|
||||
#define const
|
||||
#define fmod(x,y) mod(x,y)
|
||||
#define ddx(c) dFdx(c)
|
||||
#define ddy(c) dFdy(c)
|
||||
|
|
Loading…
Reference in a new issue