Correct glIsEnabled in wasm.webgl

This commit is contained in:
Damian Tarnawski
2024-01-06 22:17:01 +01:00
parent c2c89e54a5
commit 909a5016ee
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -117,6 +117,7 @@ foreign webgl {
Hint :: proc(target: Enum, mode: Enum) ---
IsBuffer :: proc(buffer: Buffer) -> bool ---
IsEnabled :: proc(cap: Enum) -> bool ---
IsFramebuffer :: proc(framebuffer: Framebuffer) -> bool ---
IsProgram :: proc(program: Program) -> bool ---
IsRenderbuffer :: proc(renderbuffer: Renderbuffer) -> bool ---