Move WebGLVertexArrayObjectOES to script::dom

It's not a WebGL extension itself, it's just used by one.
This commit is contained in:
Anthony Ramine 2018-05-24 12:12:23 +02:00
parent 54f88b5eaf
commit b523267349
3 changed files with 1 additions and 1 deletions

View file

@ -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;

View file

@ -12,4 +12,3 @@ pub mod oestexturefloatlinear;
pub mod oestexturehalffloat;
pub mod oestexturehalffloatlinear;
pub mod oesvertexarrayobject;
pub mod webglvertexarrayobjectoes;