diff options
| author | Michael Lee <leecommamichael@gmail.com> | 2025-04-29 10:52:11 -0500 |
|---|---|---|
| committer | Michael Lee <leecommamichael@gmail.com> | 2025-04-29 10:52:11 -0500 |
| commit | 9c5fa073df71ba7b9fd6aafbf85f46d82154071f (patch) | |
| tree | aaad252618c5ed911d8eec791b83537bbcdcc399 /vendor/wasm | |
| parent | 808eec8e2387712c076c91d9c991b9bff109a96f (diff) | |
Update webgl.odin
Diffstat (limited to 'vendor/wasm')
| -rw-r--r-- | vendor/wasm/WebGL/webgl.odin | 2 |
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) --- |