mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
public enums + more public structs (libs/examples/tests)
This commit is contained in:
@@ -10,7 +10,7 @@ import glm
|
||||
|
||||
// import darwin
|
||||
|
||||
struct Shader {
|
||||
pub struct Shader {
|
||||
program_id int
|
||||
}
|
||||
|
||||
|
||||
@@ -9,7 +9,7 @@ module gl
|
||||
#flag @VROOT/thirdparty/glad/glad.o
|
||||
|
||||
// joe-c: fix & remove
|
||||
enum TmpGlImportHack{}
|
||||
pub enum TmpGlImportHack{}
|
||||
|
||||
pub fn init_glad() {
|
||||
ok := C.gladLoadGL()
|
||||
|
||||
Reference in New Issue
Block a user