Struct machinery_api::plugins::creation_graph::CreationGraphShaderInstanceT [−][src]
#[repr(C)]pub struct CreationGraphShaderInstanceT { pub shader: *mut ShaderO, pub cbuf: u32, pub rbinder: u32, }
Fields
shader: *mut ShaderOcbuf: u32rbinder: u32Trait Implementations
Auto Trait Implementations
impl !Send for CreationGraphShaderInstanceT
impl !Sync for CreationGraphShaderInstanceT
impl Unpin for CreationGraphShaderInstanceT
impl UnwindSafe for CreationGraphShaderInstanceT
Blanket Implementations
Mutably borrows from an owned value. Read more