Docs.rs
shadybug-0.4.0
shadybug 0.4.0
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
HackerFoo
Dependencies
glam ^0.29
normal
png ^0.17
normal
optional
rayon ^1.10
normal
optional
Versions
46.75%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
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
Module render
shadybug
0.4.0
Module render
Module Items
Structs
Enums
Functions
In crate shadybug
shadybug
Module
render
Copy item path
Source
Structs
§
Sampler
Tile
A tile with all samplers that cover it
Sampler
Tile
Iter
Iterator for tiles, splitting until they are no more than max_size
Enums
§
Bounds
Upper and lower bounds for something
Functions
§
ndc_
to_
pixel
Convert normalized device coordinates to a pixel
pixel_
to_
ndc
Convert a pixel coordinate to normalized device coordinates
render
Simple tiled renderer The
consume
function takes x and y coordinates, depth, and fragment output. It will compare and set depth as well as consume the fragment output.