bevy/crates/bevy_pbr/src
charlotte b48f9e2a4b
Fix oit webgl (#15728)
The previous fixes were breaking pretty much everything on main due to
naga-oil complaining about the OIT shader not being loaded, since
apparently webgl is a default feature. This fix is a bit messier, but
properly warns the user and is probably what we should have gone for in
the first place.
2024-10-08 14:50:35 +00:00
..
cluster Deprecate get_or_spawn (#15652) 2024-10-07 16:08:22 +00:00
deferred Fix deferred rendering (#15656) 2024-10-04 22:51:23 +00:00
light Migrate meshes and materials to required components (#15524) 2024-10-01 21:33:17 +00:00
light_probe Deprecate get_or_spawn (#15652) 2024-10-07 16:08:22 +00:00
lightmap Migrate meshes and materials to required components (#15524) 2024-10-01 21:33:17 +00:00
meshlet Fix Mesh allocator bug and reduce Mesh data copies by two (#15566) 2024-10-01 17:15:57 +00:00
prepass Deprecate get_or_spawn (#15652) 2024-10-07 16:08:22 +00:00
render Fix oit webgl (#15728) 2024-10-08 14:50:35 +00:00
ssao Deprecate get_or_spawn (#15652) 2024-10-07 16:08:22 +00:00
ssr Migrate motion blur, TAA, SSAO, and SSR to required components (#15572) 2024-10-01 22:45:31 +00:00
volumetric_fog Deprecate get_or_spawn (#15652) 2024-10-07 16:08:22 +00:00
bundle.rs Migrate meshes and materials to required components (#15524) 2024-10-01 21:33:17 +00:00
extended_material.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
fog.rs Migrate cameras to required components (#15641) 2024-10-05 01:59:52 +00:00
lib.rs Fix deferred rendering (#15656) 2024-10-04 22:51:23 +00:00
material.rs Add Order Independent Transparency (#14876) 2024-10-07 23:50:28 +00:00
mesh_material.rs Migrate meshes and materials to required components (#15524) 2024-10-01 21:33:17 +00:00
parallax.rs
pbr_material.rs Simpler lint fixes: makes ci lints work but disables a lint for now (#15376) 2024-09-24 11:42:59 +00:00
wireframe.rs Revert "Have EntityCommands methods consume self for easier chaining" (#15523) 2024-10-02 12:47:26 +00:00