remove gl_lin.v

pull/379/head
musou1500 2019-06-23 07:34:19 +09:00 committed by Alex Medvednikov
parent f5be084819
commit 27d34c600d
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
module gl
#include "glad.h"
#include "glad.c"
fn init_glad() {
println('init_glad() win')
// # ok= gladLoadGLLoader((GLADloadproc) glfwGetProcAddress);
ok := C.gladLoadGL()
if !ok {
os.exit('Failed to initialize glad OpenGL context')
}
// C.printf("initglad test: glClear ADDR=%p\n', glClear);
}