index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
progs
/
vpglsl
/
psiz-imm.glsl
blob: 101d314d58416bf430428478bbc06fc1d920d9ac (
plain
)
1
2
3
4
5
6
void main() { gl_FrontColor = gl_Color; gl_PointSize = 2.0; gl_Position = gl_Vertex; }