This website requires JavaScript.
Explore
Help
Register
Sign In
mgs
/
ecsgame
Watch
1
Star
0
Fork
0
You've already forked ecsgame
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
ecsgame
/
Shaders
/
default-fragment.fs
7 lines
102 B
Forth
Raw
Normal View
History
Unescape
Escape
Colorful triangle with shaders loaded with new class!
2020-01-04 17:48:15 +01:00
#version
320
es
out
mediump
vec4
FragColor;
void
main()
{
Nonfunctional new rendering
2020-01-07 15:35:12 +01:00
FragColor
=
vec4(1.0,
1
.0
,
1
.0
,
1
.0
);
Colorful triangle with shaders loaded with new class!
2020-01-04 17:48:15 +01:00
}
Reference in New Issue
Copy Permalink