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
/
Renderer2d_Frag.glsl
blob: c50e626a732698ae727de9b19873f28a9af1ef17 (
plain
)
1
2
3
4
varying lowp vec4 VertexColor; void main() { gl_FragColor = VertexColor; };