mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
added webgl GetParameter
This commit is contained in:
Vendored
+1
@@ -112,6 +112,7 @@ foreign webgl {
|
||||
GetUniformLocation :: proc(program: Program, name: string) -> i32 ---
|
||||
GetVertexAttribOffset :: proc(index: i32, pname: Enum) -> uintptr ---
|
||||
GetProgramParameter :: proc(program: Program, pname: Enum) -> i32 ---
|
||||
GetParameter :: proc(pname: Enum) -> i32 ---
|
||||
|
||||
Hint :: proc(target: Enum, mode: Enum) ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user