Type Alias wgpu_core::id::CommandBufferId
source · pub type CommandBufferId = Id<CommandBuffer>;
Aliased Type§
struct CommandBufferId(RawId, PhantomData<CommandBuffer>);
Fields§
§0: RawId
§1: PhantomData<CommandBuffer>
pub type CommandBufferId = Id<CommandBuffer>;
struct CommandBufferId(RawId, PhantomData<CommandBuffer>);
0: RawId
§1: PhantomData<CommandBuffer>