mirror of
https://github.com/servo/servo.git
synced 2025-07-30 10:40:27 +01:00
Auto merge of #20854 - servo:webgl, r=emilio
Drive-by fixes in WebGL <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/20854) <!-- Reviewable:end -->
This commit is contained in:
commit
31f91ec3e1
4 changed files with 2 additions and 1 deletions
|
@ -481,6 +481,7 @@ pub mod webglshader;
|
|||
pub mod webglshaderprecisionformat;
|
||||
pub mod webgltexture;
|
||||
pub mod webgluniformlocation;
|
||||
pub mod webglvertexarrayobjectoes;
|
||||
pub mod websocket;
|
||||
pub mod window;
|
||||
pub mod windowproxy;
|
||||
|
|
|
@ -12,4 +12,3 @@ pub mod oestexturefloatlinear;
|
|||
pub mod oestexturehalffloat;
|
||||
pub mod oestexturehalffloatlinear;
|
||||
pub mod oesvertexarrayobject;
|
||||
pub mod webglvertexarrayobjectoes;
|
||||
|
|
|
@ -237,6 +237,7 @@ impl WebGLExtensions {
|
|||
}
|
||||
|
||||
fn register_all_extensions(&self) {
|
||||
self.register::<ext::oeselementindexuint::OESElementIndexUint>();
|
||||
self.register::<ext::oesstandardderivatives::OESStandardDerivatives>();
|
||||
self.register::<ext::oestexturefloat::OESTextureFloat>();
|
||||
self.register::<ext::oestexturefloatlinear::OESTextureFloatLinear>();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue