aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/gpusampler.rs
diff options
context:
space:
mode:
authorKunal Mohan <kunalmohan99@gmail.com>2020-06-19 21:35:30 +0530
committerKunal Mohan <kunalmohan99@gmail.com>2020-06-19 21:35:30 +0530
commitf973099020ca162bc139866e2742d2983a3f7856 (patch)
treec016f37ce514f169a7c83ca328340fbf003daf04 /components/script/dom/gpusampler.rs
parent48ef306bd3f1c9abbd1437e7a8f2b21b7b307a04 (diff)
downloadservo-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.rs4
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 {