pub struct GLCompute;Trait Implementations§
Source§impl SpirvTarget for GLCompute
impl SpirvTarget for GLCompute
fn set_modes( &mut self, b: &mut SpirvCompiler<Self>, main: Word, builtins: Vec<Word>, cube_dims: Vec<u32>, )
fn generate_binding( &mut self, b: &mut SpirvCompiler<Self>, binding: Binding, name: String, index: u32, ) -> Word
fn extensions(&mut self, b: &mut SpirvCompiler<Self>) -> Vec<Word>
Auto Trait Implementations§
impl Freeze for GLCompute
impl RefUnwindSafe for GLCompute
impl Send for GLCompute
impl Sync for GLCompute
impl Unpin for GLCompute
impl UnwindSafe for GLCompute
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<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit)