Explorar o código

Update webgl.odin

Michael Lee hai 4 meses
pai
achega
9c5fa073df
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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) ---