projects
/
demo_prior
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fixed incorrect checking of the existence of GLX_EXT_swap_control and friends
[demo_prior]
/
sdr
/
post.v.glsl
1
void main()
2
{
3
gl_Position = gl_Vertex;
4
gl_TexCoord[0] = gl_MultiTexCoord0;
5
gl_FrontColor = gl_Color;
6
}