mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Remove validation for GPUBindGroup, GPUBindGroupLayout, GPUPipelineLayout
This commit is contained in:
parent
48ef306bd3
commit
f973099020
7 changed files with 102 additions and 531 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue