Undefine
|
e9e959876f
|
LibWeb: Set error when buffer passed to WebGL readPixels is null
|
2026-02-02 11:22:52 -07:00 |
|
Undefine
|
f373ab7011
|
LibWeb: Bind WebGL uniform locations to their respective program
The spec mandates that each uniform location object only gets used with
the program it was created with.
|
2025-11-27 19:19:54 +01:00 |
|
Undefine
|
2bf35881f9
|
LibWeb: Ensure compressed* WebGL functions don't allow disabled formats
|
2025-11-06 19:02:36 +01:00 |
|
Undefine
|
6c115171da
|
LibWeb: Split off WebGL2RenderingContextImpl to Impl and Overloads
This mostly analogous to the previous commit that does the same with
the WebGL1 Impl file.
|
2025-11-05 02:19:32 +01:00 |
|