aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webglvertexarrayobject.rs
Commit message (Expand)AuthorAgeFilesLines
* Update rustfmt to the 2024 style edition (#35764)Simon Wülker2025-03-031-1/+1
* Propagate `CanGc` arguments through callers in constructors (#35541)Auguste Baum2025-02-201-1/+2
* Move various reflector types and traits to script_bindings (#35279)Josh Matthews2025-02-041-1/+1
* script: Limit public exports. (#34915)Josh Matthews2025-01-101-15/+18
* Add CanGc argument to reflect_dom_object (#34606)Domenico Rizzo2024-12-131-0/+2
* Strict import formatting (grouping and granularity) (#30325)Samson2023-09-111-2/+3
* Replaced failible boolean with an enumTobias Tschinkowitz2020-04-231-3/+3
* Add initial support for VertexAttribI4*, VertexAttribIPointerIstvan2020-04-071-0/+4
* Add trait DomObjectWrap to provide WRAP functionYUAN LYU2020-03-201-2/+0
* Add VertexArrayObject support for WebGL2Istvan Miklos2020-03-131-0/+100