Update webgl.odin

This commit is contained in:
Michael Lee
2025-04-29 10:52:11 -05:00
parent 808eec8e23
commit 9c5fa073df

View File

@@ -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) ---