pub struct ComputeRuntimeData(/* private fields */);Expand description
Runtime data buffer for compute shaders.
Trait Implementations§
Source§impl AsRef<[u8]> for ComputeRuntimeData
impl AsRef<[u8]> for ComputeRuntimeData
Source§impl From<ComputeRuntimeDataBuilder> for ComputeRuntimeData
impl From<ComputeRuntimeDataBuilder> for ComputeRuntimeData
Source§fn from(value: ComputeRuntimeDataBuilder) -> Self
fn from(value: ComputeRuntimeDataBuilder) -> Self
Converts to this type from the input type.
Source§impl RuntimeDataBuilder<ComputeRuntimeData> for ComputeRuntimeDataBuilder
impl RuntimeDataBuilder<ComputeRuntimeData> for ComputeRuntimeDataBuilder
Source§fn build(self) -> ComputeRuntimeData
fn build(self) -> ComputeRuntimeData
Consumes the builder and finalizes the bytes.
Auto Trait Implementations§
impl Freeze for ComputeRuntimeData
impl RefUnwindSafe for ComputeRuntimeData
impl Send for ComputeRuntimeData
impl Sync for ComputeRuntimeData
impl Unpin for ComputeRuntimeData
impl UnsafeUnpin for ComputeRuntimeData
impl UnwindSafe for ComputeRuntimeData
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