repo.or.cz
/
mesa
/
mesa-lb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
nvfx: expose GLSL
[mesa/mesa-lb.git]
/
progs
/
vpglsl
/
psiz-mul.glsl
blob
d2a90d8578eede50b9a770656d6eb87ca18d98e9
1
2
void main() {
3
gl_FrontColor = gl_Color;
4
gl_PointSize = 10.0 * gl_Color.x;
5
gl_Position = gl_Vertex;
6
}