void glGenRenderbuffers(int count, List buffers) { for(int i = 0; i < count; i++){ buffers.add(gl.createRenderbuffer()); } }