index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
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; }