Xiaochen Lian

Results 2 comments of Xiaochen Lian

I would say that is a coincidence. If you run the code again, the results are likely different.

Could you check the error message returned by `glewInit()`? For example, you can do something like this: ``` GLenum ret = glewInit(); if (ret != GLEW_OK) { fprintf(stderr, "Error: %s\n",...