c - How can I convert float array to GLfloat array? -



c - How can I convert float array to GLfloat array? -

how can convert float array glfloat array? need create graph , need send array of floats display function. float array global variable/

glfloat typedef float. don't need convert between two.

c

Comments

Popular posts from this blog

c - Compilation of a code: unkown type name string -

java - Bypassing "final local variable defined in an enclosing type" -

json - Hibernate and Jackson (java.lang.IllegalStateException: Cannot call sendError() after the response has been committed) -