mirror of
https://github.com/bevyengine/bevy
synced 2024-11-27 15:10:19 +00:00
parent
35de45277c
commit
28efc1401a
1 changed files with 1 additions and 1 deletions
|
@ -172,7 +172,7 @@ impl Deref for BindGroup {
|
|||
/// * The field's [`Handle<Storage>`](bevy_asset::Handle) will be used to look up the matching [`Buffer`] GPU resource, which
|
||||
/// will be bound as a storage buffer in shaders. If the `storage` attribute is used, the field is expected a raw
|
||||
/// buffer, and the buffer will be bound as a storage buffer in shaders.
|
||||
/// * It supports and optional `read_only` parameter. Defaults to false if not present.
|
||||
/// * It supports an optional `read_only` parameter. Defaults to false if not present.
|
||||
///
|
||||
/// | Arguments | Values | Default |
|
||||
/// |------------------------|-------------------------------------------------------------------------|----------------------|
|
||||
|
|
Loading…
Reference in a new issue