bevy/crates/bevy_render/src
Isaak Eriksson 5eeba1556d Better error message for unsupported shader features Fixes #869 (#2598)
# Objective

- Provides more useful error messages when using unsupported shader features.

## Solution Fixes #869

- Provided a error message as follows (adding name, set and binding): 
```
Unsupported shader bind type CombinedImageSampler (name noiseVol0, set 0, binding 9)
```
2021-08-13 22:21:33 +00:00
..
camera Fix unsetting RenderLayers bit in without fn (#2409) 2021-07-01 20:41:40 +00:00
mesh Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
pass update for wgpu 0.8 (#1959) 2021-05-02 20:45:25 +00:00
pipeline Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
render_graph Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
renderer Enable downcasting of RenderContext (#2240) 2021-05-24 19:38:33 +00:00
shader Better error message for unsupported shader features Fixes #869 (#2598) 2021-08-13 22:21:33 +00:00
texture Fix some nightly clippy lints (#2522) 2021-07-29 20:52:15 +00:00
wireframe Down with the system! (#2496) 2021-07-27 23:42:36 +00:00
color.rs Cargo fmt with unstable features (#1903) 2021-04-21 23:19:34 +00:00
colorspace.rs color spaces and representation (#1572) 2021-03-17 23:59:51 +00:00
draw.rs Frustum Culling (for Sprites) (#1492) 2021-03-24 21:29:53 +00:00
entity.rs Bevy ECS V2 (#1525) 2021-03-05 07:54:35 +00:00
lib.rs Down with the system! (#2496) 2021-07-27 23:42:36 +00:00