Here is a snippet from qtopengl's smokedata.cpp<br><br> { "GLbitfield", 0, Smoke::t_voidp|Smoke::tf_stack }, //2<br> { "GLenum", 0, Smoke::t_voidp|Smoke::tf_stack }, //3<br> { "GLfloat", 0, Smoke::t_voidp|Smoke::tf_stack }, //4<br>
{ "GLint", 0, Smoke::t_voidp|Smoke::tf_stack }, //5<br> { "GLuint", 0, Smoke::t_voidp|Smoke::tf_stack }, //6<br><br>Any ideas on where to update the generator to mark these as the correct types?<br>
<br>Thanks,<br>Ryan<br><br>