Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/branches/cegui0.8_ogre1.9/programs/ToonShader_vs.vert @ 12044

Last change on this file since 12044 was 7708, checked in by dafrick, 13 years ago

Merging cleanup branch. You will need to update your data repository as well as your local copy of the code.

  • Property svn:eol-style set to native
File size: 45 bytes
Line 
1void main()
2{
3        gl_Position = ftransform();
4}
Note: See TracBrowser for help on using the repository browser.