Type Alias wgpu_core::id::ComputePipelineId
source · pub type ComputePipelineId = Id<ComputePipeline>;
Aliased Type§
struct ComputePipelineId(/* private fields */);
Implementations
Trait Implementations
source§impl<T> Ord for Id<T>where
T: Marker,
impl<T> Ord for Id<T>where
T: Marker,
source§impl<T> PartialEq for Id<T>where
T: Marker,
impl<T> PartialEq for Id<T>where
T: Marker,
source§impl<T> PartialOrd for Id<T>where
T: Marker,
impl<T> PartialOrd for Id<T>where
T: Marker,
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more