Skip to content

Commit

Permalink
Ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
tychedelia committed Aug 25, 2024
1 parent 6e69bc0 commit 8732f83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_render/src/render_resource/bind_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl Deref for BindGroup {
/// @group(2) @binding(2) var color_sampler: sampler;
/// @group(2) @binding(3) var<storage> storage_buffer: array<f32>;
/// @group(2) @binding(4) var<storage> raw_buffer: array<f32>;
/// @group(2) @binding(4) var storage_texture: texture_storage_2d<rgba8unorm, read_write>;
/// @group(2) @binding(5) var storage_texture: texture_storage_2d<rgba8unorm, read_write>;
/// ```
/// Note that the "group" index is determined by the usage context. It is not defined in [`AsBindGroup`]. For example, in Bevy material bind groups
/// are generally bound to group 2.
Expand Down

0 comments on commit 8732f83

Please sign in to comment.