Struct truck_rendimpl::PolygonShaders [−][src]
pub struct PolygonShaders { /* fields omitted */ }Expand description
shaders for rendering polygons
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 texturetex_fragment_module: fragment shader module with texturetex_fragment_entry: entry point of fragment shader module with texture
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for PolygonShaders
impl Send for PolygonShaders
impl Sync for PolygonShaders
impl Unpin for PolygonShaders
impl !UnwindSafe for PolygonShaders
Blanket Implementations
Mutably borrows from an owned value. Read more