mirror of
https://github.com/servo/servo.git
synced 2025-10-02 01:29:15 +01:00
Add support for WebGL2 uniform matrix operations
Adds support for the `uniformMatrix[234]x[234]fv` WebGL2 functions. See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.8
This commit is contained in:
parent
0650fc3199
commit
7d5048f885
10 changed files with 398 additions and 219 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
@ -5282,9 +5282,9 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "sparkle"
|
||||
version = "0.1.14"
|
||||
version = "0.1.16"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "5ca7ee308d5e35a3b71728e17250778cf589a92ec56196e84380def310804309"
|
||||
checksum = "69ff56f232996280b7ac243ad746194fcd7a008104ffc70f0ed3494d07bc442a"
|
||||
dependencies = [
|
||||
"gl_generator 0.13.1",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue