diff options
author | Kunal Mohan <kunalmohan99@gmail.com> | 2020-06-19 21:35:30 +0530 |
---|---|---|
committer | Kunal Mohan <kunalmohan99@gmail.com> | 2020-06-19 21:35:30 +0530 |
commit | f973099020ca162bc139866e2742d2983a3f7856 (patch) | |
tree | c016f37ce514f169a7c83ca328340fbf003daf04 /components/script/dom/gpusampler.rs | |
parent | 48ef306bd3f1c9abbd1437e7a8f2b21b7b307a04 (diff) | |
download | servo-f973099020ca162bc139866e2742d2983a3f7856.tar.gz servo-f973099020ca162bc139866e2742d2983a3f7856.zip |
Remove validation for GPUBindGroup, GPUBindGroupLayout, GPUPipelineLayout
Diffstat (limited to 'components/script/dom/gpusampler.rs')
-rw-r--r-- | components/script/dom/gpusampler.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script/dom/gpusampler.rs b/components/script/dom/gpusampler.rs index 2c15d89b0fc..97e6c1dc37f 100644 --- a/components/script/dom/gpusampler.rs +++ b/components/script/dom/gpusampler.rs @@ -66,10 +66,6 @@ impl GPUSampler { pub fn is_valid(&self) -> bool { self.valid.get() } - - pub fn compare(&self) -> bool { - self.compare_enable - } } impl GPUSamplerMethods for GPUSampler { |