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