mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-12 22:33:36 +00:00
Update webgl.odin
This commit is contained in:
2
vendor/wasm/WebGL/webgl.odin
vendored
2
vendor/wasm/WebGL/webgl.odin
vendored
@@ -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) ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user