1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

remove gl_lin.v

This commit is contained in:
musou1500 2019-06-23 07:34:19 +09:00 committed by Alex Medvednikov
parent f5be084819
commit 27d34c600d

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);
}