aboutsummaryrefslogtreecommitdiff
path: root/vendor/wasm/WebGL
Commit message (Expand)AuthorAgeFilesLines
* Fix some webgl bindingsAlex Riedl2025-08-092-9/+59
* Update webgl.odinMichael Lee2025-04-291-1/+1
* Fix incorrect parameter typesMichael Lee2025-04-281-3/+3
* webgl: add `BlendEquationSeparate` and `GetParameter4i`Laytan Laats2025-03-122-11/+13
* Fix: remove extra `usage` in webgl.odin:250marcosantos982024-08-021-1/+1
* USe `intrinsics.matrix_flatten` in `webgl2.odin`Damian Tarnawski2024-02-051-6/+7
* Change ClearMask to ColorMask in webgl.odinKay2024-02-021-2/+2
* Correct glIsEnabled in wasm.webglDamian Tarnawski2024-01-061-0/+1
* added webgl GetParameterRehkitzdev2023-10-081-0/+1
* Update WebGL procedures to `contextless` calling conventiongingerBill2023-06-222-56/+53
* fixed webgl BindFramebuffer parameterRehkitzdev2023-05-311-1/+1
* Rename to `CreateProgramFromStrings`gingerBill2022-05-211-1/+1
* Add WebGL helper (`CreateProgramHelper`)gingerBill2022-05-211-0/+49
* Add documentation for `CreateCurrentContextById` and `SetCurrentContextById`gingerBill2022-05-181-2/+5
* Add WebGL `ContextAttributes`gingerBill2022-05-181-0/+17
* Add WebGL runtime into the js/runtime.mjs; Allow for multiple WebGL contextsgingerBill2022-05-182-1034/+1
* Begin work on Event System for js_wasm32 targetgingerBill2022-05-091-99/+99
* [WASM] Added missing zoffset parameters to some gl functionsryuukk2021-12-151-6/+6
* Fix storeInt call in webgl glue codeRehkitzdev2021-12-111-5/+5
* Add vendor packages for the `js_wasm32` targetgingerBill2021-11-095-0/+2153