module lib.gl.loader

Code Map

module lib.gl.loader;


global GL_MAJOR: i32;
global GL_MINOR: i32;

fn gladLoadGL(load: Loader) bool { }