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

gl/glfw: update C definitions

This commit is contained in:
Alexander Medvednikov
2020-04-04 12:56:31 +02:00
parent d56276017c
commit c0d4503f25
3 changed files with 4 additions and 4 deletions

View File

@@ -39,9 +39,9 @@ fn C.glAttachShader()
fn C.glGetShaderiv()
fn C.glCompileShader()
fn C.glShaderSource()
fn C.glCreateProgram()
fn C.glCreateProgram() int
fn C.glClear()
fn C.glCreateShader()
fn C.glCreateShader() int
fn C.glClearColor()
fn C.glViewport()
fn C.gladLoadGL()