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