Docs.rs
luminance-front-0.6.1
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
luminance-front 0.6.1
luminance re-exported with a backend picked at compile-time
Crate
Source
Builds
Feature flags
Documentation
Hide files
..
shader
context.rs
framebuffer.rs
lib.rs
pipeline.rs
query.rs
render_gate.rs
shader.rs
shading_gate.rs
tess.rs
tess_gate.rs
texture.rs
1
2
3
use
crate
::
Backend
;
pub
type
RenderGate
<
'a
>
=
luminance
::
render_gate
::
RenderGate
<
'a
, Backend
>
;