Docs.rs
bevy_render-0.19.0
bevy_render 0.19.0
Docs.rs crate page
MIT
OR
Apache-2.0
19 June 2026
Links
Homepage
Repository
crates.io
Source
Owners
cart
github:bevyengine:publish
Dependencies
async-channel ^2.3.0
normal
bevy_app ^0.19.0
normal
bevy_asset ^0.19.0
normal
bevy_camera ^0.19.0
normal
bevy_color ^0.19.0
normal
bevy_derive ^0.19.0
normal
bevy_diagnostic ^0.19.0
normal
bevy_ecs ^0.19.0
normal
bevy_encase_derive ^0.19.0
normal
bevy_image ^0.19.0
normal
bevy_log ^0.19.0
normal
bevy_material ^0.19.0
normal
bevy_material_macros ^0.19.0
normal
bevy_math ^0.19.0
normal
bevy_mesh ^0.19.0
normal
bevy_platform ^0.19.0
normal
bevy_reflect ^0.19.0
normal
bevy_render_macros ^0.19.0
normal
bevy_shader ^0.19.0
normal
bevy_tasks ^0.19.0
normal
bevy_time ^0.19.0
normal
bevy_transform ^0.19.0
normal
bevy_utils ^0.19.0
normal
bevy_window ^0.19.0
normal
bitflags ^2
normal
bytemuck ^1.5
normal
derive_more ^2
normal
downcast-rs ^2
normal
encase ^0.12
normal
glam ^0.32.0
normal
image ^0.25.2
normal
indexmap ^2
normal
itertools ^0.14
normal
naga ^29.0.3
normal
nonmax ^0.5
normal
offset-allocator ^0.2
normal
profiling ^1
normal
optional
smallvec ^1
normal
thiserror ^2
normal
tracy-client ^0.18.3
normal
optional
variadics_please ^1.1
normal
weak-table ^0.3
normal
wgpu ^29.0.3
normal
wgpu-types ^29.0.3
normal
proptest ^1
dev
proptest-derive ^0.2
dev
send_wrapper ^0.6.0
normal
bevy_app ^0.19.0
normal
bevy_platform ^0.19.0
normal
bevy_reflect ^0.19.0
normal
js-sys ^0.3.83
normal
wasm-bindgen ^0.2
normal
web-sys ^0.3.67
normal
Versions
75.56%
of the crate is documented
Platform
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
Skip to main content
Module error_handler
bevy_
render
0.19.0
Module error_
handler
Module Items
Structs
Enums
In crate bevy_
render
bevy_render
Module
error_
handler
Copy item path
Source
Structs
§
Render
Error
An error encountered during rendering. These are errors reported by wgpu validation layers, and typically indicate problems in the way it is being used.
Render
Error
Handler
Determines what
RenderErrorPolicy
should be used to respond to a given
RenderError
.
Enums
§
Error
Type
A classification of WebGPU error for implementers of the WebGPU API to use in their own error layer(s).
Render
Error
Policy
Resource to indicate renderer behavior upon error.