mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 09:22:22 -07:00
Update webgl.odin
This commit is contained in:
Vendored
+1
-1
@@ -64,7 +64,7 @@ foreign webgl {
|
||||
Clear :: proc(bits: u32) ---
|
||||
ClearColor :: proc(r, g, b, a: f32) ---
|
||||
ClearDepth :: proc(x: f32) ---
|
||||
ClearStencil :: proc(x: int) ---
|
||||
ClearStencil :: proc(x: i32) ---
|
||||
ColorMask :: proc(r, g, b, a: bool) ---
|
||||
CompileShader :: proc(shader: Shader) ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user