pub struct EntryPoint<'a> {
pub stage: ShaderStage,
pub early_depth_test: Option<EarlyDepthTest>,
pub workgroup_size: Option<[Option<Handle<Expression<'a>>>; 3]>,
}
Fields§
§stage: ShaderStage
§early_depth_test: Option<EarlyDepthTest>
§workgroup_size: Option<[Option<Handle<Expression<'a>>>; 3]>
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for EntryPoint<'a>
impl<'a> RefUnwindSafe for EntryPoint<'a>
impl<'a> Send for EntryPoint<'a>
impl<'a> Sync for EntryPoint<'a>
impl<'a> Unpin for EntryPoint<'a>
impl<'a> UnwindSafe for EntryPoint<'a>
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