index
:
github/GT5-Unofficial.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
main
/
resources
/
assets
/
goodgenerator
/
shaders
/
glow.vert.glsl
blob: a243a19e0a5e1a5e8c7d8cc36af6bd08a0737ac2 (
plain
)
1
2
3
4
5
#version 120 void main() { gl_Position = gl_ModelViewProjectionMatrix * gl_Vertex; }