This website requires JavaScript.
Explore
Help
Sign in
fly
/
fgdata
Watch
1
Star
0
Fork
You've already forked fgdata
0
Code
Activity
4b0d08975c
fgdata
/
Shaders
/
trivial.frag
13 lines
102 B
GLSL
Raw
Normal View
History
Unescape
Escape
Procedural Texturing
2012-08-06 11:15:43 +00:00
// -*-C++-*-
Add missing shader version tags for the other shaders too
2016-08-03 07:59:29 +00:00
#version 120
Procedural Texturing
2012-08-06 11:15:43 +00:00
void
main
(
)
{
gl_FragColor
=
vec4
(
1.0
,
1.0
,
1.0
,
1.0
)
;
}
Copy permalink