bevy/crates/bevy_pbr/src
Torstein Grindvik cb5e2d84be Use wgsl saturate (#6318)
# Objective

Use saturate wgsl function now implemented in naga (version 0.10.0). There is now no need for one in utils.wgsl.

naga's version allows usage for not only scalars but vectors as well.

## Solution

Remove the utils.wgsl saturate function.

## Changelog

Remove saturate function from utils.wgsl in favor of saturate in naga v0.10.0.
2022-10-22 08:37:51 +00:00
..
render Use wgsl saturate (#6318) 2022-10-22 08:37:51 +00:00
alpha.rs Document all StandardMaterial fields (#5921) 2022-09-28 21:20:29 +00:00
bundle.rs Visibilty Inheritance, universal ComputedVisibility and RenderLayers support (#5310) 2022-07-15 23:24:42 +00:00
lib.rs Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
light.rs Accept Bundles for insert and remove. Deprecate insert/remove_bundle (#6039) 2022-09-21 21:47:53 +00:00
material.rs Exclusive Systems Now Implement System. Flexible Exclusive System Params (#6083) 2022-09-26 23:57:07 +00:00
pbr_material.rs Document all StandardMaterial fields (#5921) 2022-09-28 21:20:29 +00:00
wireframe.rs Register Wireframe type (#6152) 2022-10-03 16:37:03 +00:00