2
2
// Required methods
3
3
fn < a href ="#tymethod.encode_commands " class ="fn "> encode_commands</ a > (
4
4
&self,
5
- encoder: < a class =" type " href =" ../wgpu_core/id/type. CommandEncoderId.html " title =" type wgpu_core::id::CommandEncoderId " > CommandEncoderId </ a > ,
6
- commands: < a class ="struct " href ="https://doc.rust-lang.org/1.88.0/alloc/vec/struct.Vec.html " title ="struct alloc::vec::Vec "> Vec</ a > << a class =" enum " href =" ../wgpu_core/device/trace/enum. Command.html " title =" enum wgpu_core::device::trace::Command " > Command </ a > >,
7
- ) -> < a class =" type " href =" ../wgpu_core/id/type. CommandBufferId.html " title =" type wgpu_core::id::CommandBufferId " > CommandBufferId </ a > ;
5
+ encoder: CommandEncoderId,
6
+ commands: < a class ="struct " href ="https://doc.rust-lang.org/1.88.0/alloc/vec/struct.Vec.html " title ="struct alloc::vec::Vec "> Vec</ a > <Command>,
7
+ ) -> CommandBufferId;
8
8
< span class ="item-spacer "> </ span > fn < a href ="#tymethod.process " class ="fn "> process</ a > (
9
9
&self,
10
- device: < a class =" type " href =" ../wgpu_core/id/type. DeviceId.html " title =" type wgpu_core::id::DeviceId " > DeviceId </ a > ,
11
- queue: < a class =" type " href =" ../wgpu_core/id/type. QueueId.html " title =" type wgpu_core::id::QueueId " > QueueId </ a > ,
12
- action: < a class =" enum " href =" ../wgpu_core/device/trace/enum. Action.html " title =" enum wgpu_core::device::trace::Action " > Action </ a > <'_>,
10
+ device: DeviceId,
11
+ queue: QueueId,
12
+ action: Action<'_>,
13
13
dir: &< a class ="struct " href ="https://doc.rust-lang.org/1.88.0/std/path/struct.Path.html " title ="struct std::path::Path "> Path</ a > ,
14
- comb_manager: &mut < a class =" struct " href =" ../wgpu_core/identity/struct. IdentityManager.html " title =" struct wgpu_core::identity::IdentityManager " > IdentityManager </ a > << a class =" enum " href =" ../wgpu_core/id/markers/enum. CommandBuffer.html " title =" enum wgpu_core::id::markers::CommandBuffer " > CommandBuffer </ a > >,
14
+ comb_manager: &mut IdentityManager<CommandBuffer>,
15
15
);
16
16
}</ code > </ pre > < h2 id ="required-methods " class ="section-header "> Required Methods< a href ="#required-methods " class ="anchor "> §</ a > </ h2 > < div class ="methods "> < section id ="tymethod.encode_commands " class ="method "> < a class ="src rightside " href ="../src/player/lib.rs.html#14-18 "> Source</ a > < h4 class ="code-header "> fn < a href ="#tymethod.encode_commands " class ="fn "> encode_commands</ a > (
17
17
&self,
18
- encoder: < a class =" type " href =" ../wgpu_core/id/type. CommandEncoderId.html " title =" type wgpu_core::id::CommandEncoderId " > CommandEncoderId </ a > ,
19
- commands: < a class ="struct " href ="https://doc.rust-lang.org/1.88.0/alloc/vec/struct.Vec.html " title ="struct alloc::vec::Vec "> Vec</ a > << a class =" enum " href =" ../wgpu_core/device/trace/enum. Command.html " title =" enum wgpu_core::device::trace::Command " > Command </ a > >,
20
- ) -> < a class =" type " href =" ../wgpu_core/id/type. CommandBufferId.html " title =" type wgpu_core::id::CommandBufferId " > CommandBufferId </ a > </ h4 > </ section > < section id ="tymethod.process " class ="method "> < a class ="src rightside " href ="../src/player/lib.rs.html#19-26 "> Source</ a > < h4 class ="code-header "> fn < a href ="#tymethod.process " class ="fn "> process</ a > (
18
+ encoder: CommandEncoderId,
19
+ commands: < a class ="struct " href ="https://doc.rust-lang.org/1.88.0/alloc/vec/struct.Vec.html " title ="struct alloc::vec::Vec "> Vec</ a > <Command>,
20
+ ) -> CommandBufferId</ h4 > </ section > < section id ="tymethod.process " class ="method "> < a class ="src rightside " href ="../src/player/lib.rs.html#19-26 "> Source</ a > < h4 class ="code-header "> fn < a href ="#tymethod.process " class ="fn "> process</ a > (
21
21
&self,
22
- device: < a class =" type " href =" ../wgpu_core/id/type. DeviceId.html " title =" type wgpu_core::id::DeviceId " > DeviceId </ a > ,
23
- queue: < a class =" type " href =" ../wgpu_core/id/type. QueueId.html " title =" type wgpu_core::id::QueueId " > QueueId </ a > ,
24
- action: < a class =" enum " href =" ../wgpu_core/device/trace/enum. Action.html " title =" enum wgpu_core::device::trace::Action " > Action </ a > <'_>,
22
+ device: DeviceId,
23
+ queue: QueueId,
24
+ action: Action<'_>,
25
25
dir: &< a class ="struct " href ="https://doc.rust-lang.org/1.88.0/std/path/struct.Path.html " title ="struct std::path::Path "> Path</ a > ,
26
- comb_manager: &mut < a class =" struct " href =" ../wgpu_core/identity/struct. IdentityManager.html " title =" struct wgpu_core::identity::IdentityManager " > IdentityManager </ a > << a class =" enum " href =" ../wgpu_core/id/markers/enum. CommandBuffer.html " title =" enum wgpu_core::id::markers::CommandBuffer " > CommandBuffer </ a > >,
27
- )</ h4 > </ section > </ div > < h2 id ="foreign-impls " class ="section-header "> Implementations on Foreign Types< a href ="#foreign-impls " class ="anchor "> §</ a > </ h2 > < details class ="toggle implementors-toggle "> < summary > < section id ="impl-GlobalPlay-for-Global " class ="impl "> < a class ="src rightside " href ="../src/player/lib.rs.html#29-404 "> Source</ a > < a href ="#impl-GlobalPlay-for-Global " class ="anchor "> §</ a > < h3 class ="code-header "> impl < a class ="trait " href ="trait.GlobalPlay.html " title ="trait player::GlobalPlay "> GlobalPlay</ a > for < a class =" struct " href =" ../wgpu_core/global/struct. Global.html " title =" struct wgpu_core::global::Global " > Global </ a > </ h3 > </ section > </ summary > < div class ="impl-items "> < section id ="method.encode_commands " class ="method trait-impl "> < a class ="src rightside " href ="../src/player/lib.rs.html#30-181 "> Source</ a > < a href ="#method.encode_commands " class ="anchor "> §</ a > < h4 class ="code-header "> fn < a href ="#tymethod.encode_commands " class ="fn "> encode_commands</ a > (
26
+ comb_manager: &mut IdentityManager<CommandBuffer>,
27
+ )</ h4 > </ section > </ div > < h2 id ="foreign-impls " class ="section-header "> Implementations on Foreign Types< a href ="#foreign-impls " class ="anchor "> §</ a > </ h2 > < details class ="toggle implementors-toggle "> < summary > < section id ="impl-GlobalPlay-for-Global " class ="impl "> < a class ="src rightside " href ="../src/player/lib.rs.html#29-404 "> Source</ a > < a href ="#impl-GlobalPlay-for-Global " class ="anchor "> §</ a > < h3 class ="code-header "> impl < a class ="trait " href ="trait.GlobalPlay.html " title ="trait player::GlobalPlay "> GlobalPlay</ a > for Global</ h3 > </ section > </ summary > < div class ="impl-items "> < section id ="method.encode_commands " class ="method trait-impl "> < a class ="src rightside " href ="../src/player/lib.rs.html#30-181 "> Source</ a > < a href ="#method.encode_commands " class ="anchor "> §</ a > < h4 class ="code-header "> fn < a href ="#tymethod.encode_commands " class ="fn "> encode_commands</ a > (
28
28
&self,
29
- encoder: < a class =" type " href =" ../wgpu_core/id/type. CommandEncoderId.html " title =" type wgpu_core::id::CommandEncoderId " > CommandEncoderId </ a > ,
30
- commands: < a class ="struct " href ="https://doc.rust-lang.org/1.88.0/alloc/vec/struct.Vec.html " title ="struct alloc::vec::Vec "> Vec</ a > << a class =" enum " href =" ../wgpu_core/device/trace/enum. Command.html " title =" enum wgpu_core::device::trace::Command " > Command </ a > >,
31
- ) -> < a class =" type " href =" ../wgpu_core/id/type. CommandBufferId.html " title =" type wgpu_core::id::CommandBufferId " > CommandBufferId </ a > </ h4 > </ section > < section id ="method.process " class ="method trait-impl "> < a class ="src rightside " href ="../src/player/lib.rs.html#183-403 "> Source</ a > < a href ="#method.process " class ="anchor "> §</ a > < h4 class ="code-header "> fn < a href ="#tymethod.process " class ="fn "> process</ a > (
29
+ encoder: CommandEncoderId,
30
+ commands: < a class ="struct " href ="https://doc.rust-lang.org/1.88.0/alloc/vec/struct.Vec.html " title ="struct alloc::vec::Vec "> Vec</ a > <Command>,
31
+ ) -> CommandBufferId</ h4 > </ section > < section id ="method.process " class ="method trait-impl "> < a class ="src rightside " href ="../src/player/lib.rs.html#183-403 "> Source</ a > < a href ="#method.process " class ="anchor "> §</ a > < h4 class ="code-header "> fn < a href ="#tymethod.process " class ="fn "> process</ a > (
32
32
&self,
33
- device: < a class =" type " href =" ../wgpu_core/id/type. DeviceId.html " title =" type wgpu_core::id::DeviceId " > DeviceId </ a > ,
34
- queue: < a class =" type " href =" ../wgpu_core/id/type. QueueId.html " title =" type wgpu_core::id::QueueId " > QueueId </ a > ,
35
- action: < a class =" enum " href =" ../wgpu_core/device/trace/enum. Action.html " title =" enum wgpu_core::device::trace::Action " > Action </ a > <'_>,
33
+ device: DeviceId,
34
+ queue: QueueId,
35
+ action: Action<'_>,
36
36
dir: &< a class ="struct " href ="https://doc.rust-lang.org/1.88.0/std/path/struct.Path.html " title ="struct std::path::Path "> Path</ a > ,
37
- comb_manager: &mut < a class =" struct " href =" ../wgpu_core/identity/struct. IdentityManager.html " title =" struct wgpu_core::identity::IdentityManager " > IdentityManager </ a > << a class =" enum " href =" ../wgpu_core/id/markers/enum. CommandBuffer.html " title =" enum wgpu_core::id::markers::CommandBuffer " > CommandBuffer </ a > >,
37
+ comb_manager: &mut IdentityManager<CommandBuffer>,
38
38
)</ h4 > </ section > </ div > </ details > < h2 id ="implementors " class ="section-header "> Implementors< a href ="#implementors " class ="anchor "> §</ a > </ h2 > < div id ="implementors-list "> </ div > < script src ="../trait.impl/player/trait.GlobalPlay.js " data-ignore-extern-crates ="wgpu_core " async > </ script > </ section > </ div > </ main > </ body > </ html >
0 commit comments