diff options
author | Kunal Mohan <kunalmohan99@gmail.com> | 2020-05-29 12:02:05 +0530 |
---|---|---|
committer | Kunal Mohan <kunalmohan99@gmail.com> | 2020-06-01 23:28:12 +0530 |
commit | af95d922315974dcfae5659b503a672b19026fdb (patch) | |
tree | 312c711c1d90ac33ed538cc1cc5e240bcf70273e /components/script/dom/mod.rs | |
parent | d9db350df528628b1f7f2f1da711fc2da790ec49 (diff) | |
download | servo-af95d922315974dcfae5659b503a672b19026fdb.tar.gz servo-af95d922315974dcfae5659b503a672b19026fdb.zip |
Implement GPUTexture and GPUTextureView
Diffstat (limited to 'components/script/dom/mod.rs')
-rw-r--r-- | components/script/dom/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/components/script/dom/mod.rs b/components/script/dom/mod.rs index 9c259a3dea5..8c96b3cd9cb 100644 --- a/components/script/dom/mod.rs +++ b/components/script/dom/mod.rs @@ -337,6 +337,9 @@ pub mod gpurenderpipeline; pub mod gpusampler; pub mod gpushadermodule; pub mod gpushaderstage; +pub mod gputexture; +pub mod gputextureusage; +pub mod gputextureview; pub mod hashchangeevent; pub mod headers; pub mod history; |