void glBufferData(int target, TypedData data, int usage) { gles.glBufferData(gl, target, data.jsify(), usage); }