diff --git a/doc/player/trait.GlobalPlay.html b/doc/player/trait.GlobalPlay.html index 960aee4a1228..8e5a7926d310 100644 --- a/doc/player/trait.GlobalPlay.html +++ b/doc/player/trait.GlobalPlay.html @@ -2,37 +2,37 @@ // Required methods fn encode_commands( &self, - encoder: CommandEncoderId, - commands: Vec<Command>, - ) -> CommandBufferId; + encoder: CommandEncoderId, + commands: Vec<Command>, + ) -> CommandBufferId; fn process( &self, - device: DeviceId, - queue: QueueId, - action: Action<'_>, + device: DeviceId, + queue: QueueId, + action: Action<'_>, dir: &Path, - comb_manager: &mut IdentityManager<CommandBuffer>, + comb_manager: &mut IdentityManager<CommandBuffer>, ); }