how to compile an encrypt otl

   2726   1   0
User Avatar
Member
52 posts
Joined: July 2007
Offline
Hi there,

I want to compile an otl which doesnt contain the source code ,how to?
I did it like this:
vcc -c file.vfl
but it generate a .vex file
User Avatar
Member
4262 posts
Joined: July 2005
Offline
Try

vcc -L MyOTL.otl -c shader.vfl

You can get more info with vcc –help
if(coffees<2,round(float),float)
  • Quick Links