pub enum BuiltInAttribute {
SIMDgroupIndexInThreadgroup,
ThreadIndexInSIMDgroup,
ThreadIndexInThreadgroup,
ThreadPositionInGrid,
ThreadPositionInThreadgroup,
ThreadgroupPositionInGrid,
ThreadgroupsPerGrid,
ThreadsPerSIMDgroup,
ThreadsPerThreadgroup,
None,
}
Variants§
SIMDgroupIndexInThreadgroup
ThreadIndexInSIMDgroup
ThreadIndexInThreadgroup
ThreadPositionInGrid
ThreadPositionInThreadgroup
ThreadgroupPositionInGrid
ThreadgroupsPerGrid
ThreadsPerSIMDgroup
ThreadsPerThreadgroup
None
Trait Implementations§
Auto Trait Implementations§
impl Freeze for BuiltInAttribute
impl RefUnwindSafe for BuiltInAttribute
impl Send for BuiltInAttribute
impl Sync for BuiltInAttribute
impl Unpin for BuiltInAttribute
impl UnwindSafe for BuiltInAttribute
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