Skip to content

Commit

Permalink
Move WebGLVertexArrayObjectOES to script::dom
Browse files Browse the repository at this point in the history
It's not a WebGL extension itself, it's just used by one.
  • Loading branch information
nox committed May 24, 2018
1 parent 54f88b5 commit b523267
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions components/script/dom/mod.rs
Expand Up @@ -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;
Expand Down
1 change: 0 additions & 1 deletion components/script/dom/webgl_extensions/ext/mod.rs
Expand Up @@ -12,4 +12,3 @@ pub mod oestexturefloatlinear;
pub mod oestexturehalffloat;
pub mod oestexturehalffloatlinear;
pub mod oesvertexarrayobject;
pub mod webglvertexarrayobjectoes;

2 comments on commit b523267

@nox
Copy link
Contributor Author

@nox nox commented on b523267 May 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jdm Why is @taskcluster bothering us on commits now?

@jdm
Copy link
Member

@jdm jdm commented on b523267 May 24, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@edunham has been playing with it again.

Please sign in to comment.