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
/
CSM
/
Shader
/
Geometry
/
geo.fp
blob
7d6f873c09c9cad9b51140301abd4c6671e92c55
1
2
void
main
(
void
)
3
{
4
gl_FragColor
=
gl_Color
;
5
}