HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
simple.vfl
Go to the documentation of this file.
1 // CVEX example VEX code
2 cvex
3 simple(vector P=0; export float len=0)
4 {
5  len = length(P);
6 }
GLuint GLsizei GLsizei * length
Definition: glcorearb.h:795
cvex simple(vector P=0;export float len=0)
Definition: simple.vfl:3