Struct librashader_reflect::reflect::cross::CompiledProgram
source · pub struct CompiledProgram<T>where
T: Target,{
pub vertex: CompiledAst<T>,
pub fragment: CompiledAst<T>,
}Expand description
The compiled SPIR-V program after compilation.
Fields§
§vertex: CompiledAst<T>§fragment: CompiledAst<T>Auto Trait Implementations§
impl<T> RefUnwindSafe for CompiledProgram<T>
impl<T> !Send for CompiledProgram<T>
impl<T> !Sync for CompiledProgram<T>
impl<T> Unpin for CompiledProgram<T>
impl<T> UnwindSafe for CompiledProgram<T>
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