Struct wgpu_hal::gles::ProgramStage
source · struct ProgramStage {
naga_stage: ShaderStage,
shader_id: u32,
entry_point: String,
zero_initialize_workgroup_memory: bool,
}
Fields§
§naga_stage: ShaderStage
§shader_id: u32
§entry_point: String
§zero_initialize_workgroup_memory: bool
Trait Implementations§
source§impl Hash for ProgramStage
impl Hash for ProgramStage
source§impl PartialEq for ProgramStage
impl PartialEq for ProgramStage
source§fn eq(&self, other: &ProgramStage) -> bool
fn eq(&self, other: &ProgramStage) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ProgramStage
impl StructuralPartialEq for ProgramStage
Auto Trait Implementations§
impl Freeze for ProgramStage
impl RefUnwindSafe for ProgramStage
impl Send for ProgramStage
impl Sync for ProgramStage
impl Unpin for ProgramStage
impl UnwindSafe for ProgramStage
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
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.