wgpu/examples/srgb-blend
2023-10-29 23:58:54 -04:00
..
src Add sRGB and linear blending example (#4275) 2023-10-29 23:58:54 -04:00
Cargo.toml Add sRGB and linear blending example (#4275) 2023-10-29 23:58:54 -04:00
README.md Add sRGB and linear blending example (#4275) 2023-10-29 23:58:54 -04:00
screenshot-linear.png Add sRGB and linear blending example (#4275) 2023-10-29 23:58:54 -04:00
screenshot-srgb.png Add sRGB and linear blending example (#4275) 2023-10-29 23:58:54 -04:00

cube

This example shows blending in sRGB or linear space.

To Run

cargo run --bin cube -- linear
cargo run --bin cube

Screenshots

Blending in linear space:

sRGB blend example

Blending in sRGB space:

sRGB blend example