pub struct CoreRenderPipeline {
pub(crate) context: ContextWgpuCore,
id: RenderPipelineId,
error_sink: Arc<Mutex<ErrorSinkRaw>>,
}
Available on
wgpu_core
only.Fields§
§context: ContextWgpuCore
§id: RenderPipelineId
§error_sink: Arc<Mutex<ErrorSinkRaw>>
Trait Implementations§
source§impl Debug for CoreRenderPipeline
impl Debug for CoreRenderPipeline
source§impl Drop for CoreRenderPipeline
impl Drop for CoreRenderPipeline
source§impl Hash for CoreRenderPipeline
impl Hash for CoreRenderPipeline
source§impl Ord for CoreRenderPipeline
impl Ord for CoreRenderPipeline
source§impl PartialEq for CoreRenderPipeline
impl PartialEq for CoreRenderPipeline
source§impl PartialOrd for CoreRenderPipeline
impl PartialOrd for CoreRenderPipeline
source§impl RenderPipelineInterface for CoreRenderPipeline
impl RenderPipelineInterface for CoreRenderPipeline
fn get_bind_group_layout(&self, index: u32) -> DispatchBindGroupLayout
impl Eq for CoreRenderPipeline
Auto Trait Implementations§
impl Freeze for CoreRenderPipeline
impl !RefUnwindSafe for CoreRenderPipeline
impl Send for CoreRenderPipeline
impl Sync for CoreRenderPipeline
impl Unpin for CoreRenderPipeline
impl !UnwindSafe for CoreRenderPipeline
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.