Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - Add a helper for storage buffers similar to UniformVec #4079

Closed
wants to merge 6 commits into from

Commits on Mar 2, 2022

  1. bevy_render: Add StorageBuffer helper for storage buffer bindings

    StorageBuffer takes two types, the first is the type of the body of the shader
    struct, excluding any final variable-sized array. The second is the type of the
    variable-sized array items.
    superdump committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    075a308 View commit details
    Browse the repository at this point in the history
  2. bevy_crevice: Add impl Std430 for ()

    This allows specification of the empty () type for StorageBuffer bodies or
    variable-sized arrays.
    superdump committed Mar 2, 2022
    Configuration menu
    Copy the full SHA
    3237758 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    952819a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    136e146 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2022

  1. Configuration menu
    Copy the full SHA
    ef4b765 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81725b0 View commit details
    Browse the repository at this point in the history