Hopson97 / rusty-gl

Wrapper over gl-rs, to make code look more like Rust and less like C while still having classical OpenGL control as you would in C

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing `count` argument.

brodeuralexis opened this issue · 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