This website requires JavaScript.
Explore
Help
Register
Sign In
tulpenkiste
/
hibiscus
Watch
1
Star
0
Fork
You've already forked hibiscus
0
Code
Issues
Pull requests
Packages
Projects
Releases
Wiki
Activity
a5380c4417
hibiscus
/
test
/
test.frag
7 lines
99 B
GLSL
Raw
Normal View
History
Unescape
Escape
Initial OpenGL Core port
2023-06-01 19:19:18 +00:00
#version 330 core
out
vec4
FragColor
;
void
main
(
)
{
I dislike shaders now
2023-06-26 13:22:34 +00:00
FragColor
=
vec4
(
0.8
f
,
0.3
f
,
0.02
f
,
1.0
f
)
;
}
Reference in a new issue
Copy permalink