index
:
matthew_kosarek_xyz
master
Contains the files for matthewkosarek.xyz, which is my personal website.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
themes
/
src
/
_shaders
/
renderer2d.frag
blob: 8463e06d86926cc2e25c9ea8aff370636fd10f09 (
plain
)
1
2
3
4
5
varying lowp vec4 VertexColor; void main() { gl_FragColor = VertexColor; }