aboutsummaryrefslogtreecommitdiff
path: root/vendor/wasm/WebGL
Commit message (Collapse)AuthorAgeFilesLines
* Added CheckFramebufferStatus to WebGL bindingsKarl Zylinski2025-12-291-0/+1
|
* More webgl bindings and fixesKarl Zylinski2025-12-271-1/+14
|
* More allocator-aware webgl bindings and added more missing bindings.Karl Zylinski2025-12-262-1/+61
|
* WebGL: Add GetActiveAttrib bindingKarl Zylinski2025-12-261-1/+43
|
* 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
| | | | | | | | | `GetParameter4i` can be used to retrieve the current scissor rect, or the curent viewport, which was previously impossible. Also adds `BlendEquationSeparate` which seemed to be missing. Also removes an instance of `do`.
* Fix: remove extra `usage` in webgl.odin:250marcosantos982024-08-021-1/+1
| | | | | | Compilation error when using webgl.BufferSubDataSlice. The `usage` parameter is nowhere to be found. This is probably a copy-pasta leftover.
* USe `intrinsics.matrix_flatten` in `webgl2.odin`Damian Tarnawski2024-02-051-6/+7
|
* Change ClearMask to ColorMask in webgl.odinKay2024-02-021-2/+2
| | | https://registry.khronos.org/OpenGL-Refpages/gl4/html/glColorMask.xhtml
* 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