servo/components/canvas_traits
Mátyás Mustoha da94f8d0e7 Add initial support for WebGL2 uniform buffer functions
Adds initial support for the following WebGL2 calls:

- bindBufferBase
- bindBufferRange
- getUniformIndices
- getUniformBlockIndex
- getActiveUniforms
- getActiveUniformBlockParameter
- getActiveUniformBlockName
- uniformBlockBinding

See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.16
2020-01-09 11:17:50 +01:00
..
webgl_channel Support running WebGL in its own thread or on the main thread. 2019-07-25 23:05:03 -04:00
canvas.rs Use non-IPC webrender API over explicit IPC channels. 2019-11-27 20:47:53 -05:00
Cargo.toml style: Don't specify minor version for cssparser. 2019-11-30 20:45:06 +01:00
lib.rs Update MPL license to https (part 4) 2018-11-19 14:47:27 +01:00
webgl.rs Add initial support for WebGL2 uniform buffer functions 2020-01-09 11:17:50 +01:00