Struct truck_rendimpl::WireShaders [−][src]
pub struct WireShaders { /* fields omitted */ }Expand description
shaders for rendering wireframes
Implementations
Constructor
Parameters
vertex_module: vertex shader modulevertex_entry: entry point of vertex shader modulefragment_module: fragment shader module without texturefragment_entry: entry point of fragment shader module without texture
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for WireShaders
impl Send for WireShaders
impl Sync for WireShaders
impl Unpin for WireShaders
impl !UnwindSafe for WireShaders
Blanket Implementations
Mutably borrows from an owned value. Read more