Skip to content

Commit

Permalink
Merge branch 'storage-buffer' into clustered-forward-storage-buffers
Browse files Browse the repository at this point in the history
  • Loading branch information
superdump committed Mar 2, 2022
2 parents 305a3d0 + 952819a commit ccf9af8
Show file tree
Hide file tree
Showing 151 changed files with 1,859 additions and 1,228 deletions.
8 changes: 8 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,10 @@ path = "examples/async_tasks/external_source_external_thread.rs"
name = "audio"
path = "examples/audio/audio.rs"

[[example]]
name = "audio_control"
path = "examples/audio/audio_control.rs"

# Diagnostics
[[example]]
name = "log_diagnostics"
Expand Down Expand Up @@ -467,6 +471,10 @@ path = "examples/shader/shader_defs.rs"
name = "shader_material"
path = "examples/shader/shader_material.rs"

[[example]]
name = "shader_material_screenspace_texture"
path = "examples/shader/shader_material_screenspace_texture.rs"

[[example]]
name = "shader_material_glsl"
path = "examples/shader/shader_material_glsl.rs"
Expand Down
Binary file removed assets/branding/banner-text.png
Binary file not shown.
Binary file modified assets/branding/banner.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion assets/branding/bevy_bird_simpleicons.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/branding/bevy_logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 21 additions & 25 deletions assets/branding/bevy_logo_dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/branding/bevy_logo_dark_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified assets/branding/bevy_logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ccf9af8

Please sign in to comment.