Hopson97/rusty-gl

Missing `count` argument.

brodeuralexis opened this issue · 1 comments

pub fn gl_gen_buffer() -> VBO {

The purpose of that function is create a single VBO, rather than multiple.

Hence it is called gl_gen_buffer and not gl_gen_buffers, which is defined directly above