Struct librashader_reflect::back::msl::CrossMslContext
source · pub struct CrossMslContext {
pub artifact: CompiledProgram<Target>,
}Expand description
The context for a MSL compilation via spirv-cross.
Fields§
§artifact: CompiledProgram<Target>The compiled HLSL program.
Auto Trait Implementations§
impl Freeze for CrossMslContext
impl RefUnwindSafe for CrossMslContext
impl !Send for CrossMslContext
impl !Sync for CrossMslContext
impl Unpin for CrossMslContext
impl UnwindSafe for CrossMslContext
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