void bufferData(int target, int size, data, int usage) { return gl.glBufferData(target, size, getData(data).cast<Void>(), usage); }