diff options
Diffstat (limited to 'src/shaders/varying.def.sc')
| -rw-r--r-- | src/shaders/varying.def.sc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/shaders/varying.def.sc b/src/shaders/varying.def.sc new file mode 100644 index 0000000..2ae9226 --- /dev/null +++ b/src/shaders/varying.def.sc @@ -0,0 +1,6 @@ +// outputs; +vec4 v_color0 : COLOR0; + +// inputs; +vec3 a_position : POSITION; +vec4 a_color0 : COLOR0; |
