Home
last modified time | relevance | path

Searched defs:PipelineLayoutShared (Results 1 – 2 of 2) sorted by relevance

/dports/www/firefox/firefox-99.0/third_party/rust/wgpu-hal/src/dx12/
H A Dmod.rs501 struct PipelineLayoutShared { struct
507 unsafe impl Send for PipelineLayoutShared {} implementation
508 unsafe impl Sync for PipelineLayoutShared {} implementation
H A Dcommand.rs164 fn reset_signature(&mut self, layout: &super::PipelineLayoutShared) { in reset_signature()