This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
mmtalaie
/
OpenGLShaders
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
2
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4
Commits
4
Branches
2
Tags
31 KiB
Tree:
3fae474a1b
all-shader
main
master
temp
v-1.0.0
ver-1.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '3fae474a1b'
${ noResults }
OpenGLShaders
/
zoomgate.fs
6 lines
91 B
Raw
Normal View
History
wip
3 years ago
#version
330
core
in
vec4
color;
out
vec4
FragColor;
void
main()
{
FragColor
=
color;
}