repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed: auto_ptr -> unique_ptr
[opensg.git]
/
Examples
/
Advanced
/
DeferredShading
/
DSSpotLight.vp.glsl
blob
83b29787bbcd6775d0e8ef16f3131245f7a323e9
1
#version 120
2
3
void main(void)
4
{
5
gl_Position = ftransform();
6
}