Docs.rs
renderling_forward-0.2.5
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
renderling_forward 0.2.5
A forward shading WGPU rendering pipeline
Crate
Source
Builds
Feature flags
Hide files
src
.cargo_vcs_info.json
build.rs
Cargo.lock
Cargo.toml
Cargo.toml.orig
1
2
3
fn
main
(
)
{
renderling_build
::
compile_glsl
(
"
./src
"
)
.
unwrap
(
)
;
}