bevy/crates/bevy_render/macros/src
Patrick Walton 8a066faea9 Add bindless support back to ExtendedMaterial. (#18025)
PR #17898 disabled bindless support for `ExtendedMaterial`. This commit
adds it back. It also adds a new example, `extended_material_bindless`,
showing how to use it.
2025-04-10 01:19:33 +02:00
..
as_bind_group.rs Add bindless support back to ExtendedMaterial. (#18025) 2025-04-10 01:19:33 +02:00
extract_component.rs Use one BevyManifest instance in proc macros (#16766) 2024-12-15 15:00:05 +00:00
extract_resource.rs ExtractResourcePlugin (#3745) 2022-05-30 18:36:03 +00:00
lib.rs Add a new #[data] attribute to AsBindGroup that allows packing data for multiple materials into a single array. (#17965) 2025-02-24 21:38:55 +00:00