void glBufferData<T extends TypedData>(int target, T data, int usage) { gl.bufferData(target, data, usage); }