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

glfw: more fn definitions

This commit is contained in:
Alexander Medvednikov
2020-04-02 02:02:12 +02:00
parent 507f4ce87a
commit 07ea1eff81
3 changed files with 17 additions and 1 deletions

View File

@@ -48,6 +48,8 @@ fn C.gladLoadGL()
fn C.glTexImage2D()
fn C.glPixelStorei()
fn C.glBlendFunc()
fn C.glPolygonMode()
fn C.glDeleteBuffers()