So how would I compile Cg into asm? All that I have seen so far is Cg compiling at runtime. (which isn't very useful to us 3dgs users) I need to compile it stand alone and get the assembly. (Which I think I can just copy into a text file and name it *.fx, right?)


--Eric