aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Lee <leecommamichael@gmail.com>2025-04-29 10:52:11 -0500
committerMichael Lee <leecommamichael@gmail.com>2025-04-29 10:52:11 -0500
commit9c5fa073df71ba7b9fd6aafbf85f46d82154071f (patch)
treeaaad252618c5ed911d8eec791b83537bbcdcc399
parent808eec8e2387712c076c91d9c991b9bff109a96f (diff)
Update webgl.odin
-rw-r--r--vendor/wasm/WebGL/webgl.odin2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/wasm/WebGL/webgl.odin b/vendor/wasm/WebGL/webgl.odin
index b4c9b0323..96d363ba2 100644
--- a/vendor/wasm/WebGL/webgl.odin
+++ b/vendor/wasm/WebGL/webgl.odin
@@ -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) ---