Browse Source

Update webgl.odin

Michael Lee 4 months ago
parent
commit
9c5fa073df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vendor/wasm/WebGL/webgl.odin

+ 1 - 1
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) ---