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.
2
Commits
4
Branches
2
Tags
31 KiB
GLSL
100%
Branch:
all-shader
all-shader
main
master
temp
v-1.0.0
ver-1.1.0
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'all-shader'
${ noResults }
OpenGLShaders
/
zoomgate.fs
6 lines
91 B
Raw
Permalink
Blame
History
#version 330 core
in
vec4
color
;
out
vec4
FragColor
;
void
main
(
)
{
FragColor
=
color
;
}
Reference in new issue