how would i write the following in delphi?
Code:glStencilMask(~0);
how would i write the following in delphi?
Code:glStencilMask(~0);
http://3das.noeska.com - create adventure games without programming
glStencilMask(not 0);
ah thanks ! (stupid c++ shorts :evil: ) Maybe a thread could be made here listing such things... :idea:
http://3das.noeska.com - create adventure games without programming
There are only 10 types of people in this world; those who understand binary and those who don't.
Bookmarks