void gldtDrawElements(int mode, int count, int type, int indices) { glDrawElements(mode, count, type, Pointer.fromAddress(indices)); }