标签: c
如何将float数组转换为Glfloat数组? 我需要制作Graph,我需要发送浮点数组来显示Function。 我的float数组是全局变量/
答案 0 :(得分:0)
GLfloat是float的typedef。你不需要在两者之间进行转换。
GLfloat
float