Well i ll come to the point:
in the documentation (any, from 1.4.1 till 2.0.0) there is a glGenBuffers function in the gles module.
If i try to call it i get the error that it doesn't exsists -.-
can anybody try this and confirm the missing function ?
would be nice if somebody could try it so i ll know there is no such function, which is obviously in the documentation -.-Code:from gles import * buf = glGenBuffers(1)
AJ

Reply With Quote
?


