Add support for WebGL2 GetFragDataLocation

Adds support for the `GetFragDataLocation` WebGL2 call.

See: https://www.khronos.org/registry/webgl/specs/latest/2.0/#3.7.7
This commit is contained in:
Mátyás Mustoha 2020-03-06 11:42:21 +01:00
parent e1f6dfd716
commit ced67af6b2
9 changed files with 62 additions and 32 deletions

4
Cargo.lock generated
View file

@ -5490,9 +5490,9 @@ dependencies = [
[[package]]
name = "sparkle"
version = "0.1.20"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc89be71cc02b59fdb05edd5589aac8e7542356f815adf84851f8142938f6534"
checksum = "34a99c8f866b15ebf845b1957a244e033f434346f648620c645d95a05b00c0af"
dependencies = [
"gl_generator 0.13.1",
]