Skip to content

Commit

Permalink
Tweak and rustfmt examples ready for vulkan branch
Browse files Browse the repository at this point in the history
Switches vulkano to freesigs branch that includes two patches.
Switches vulkano-shaders to the master vulkano branch for `#include`
support.
  • Loading branch information
mitchmindtree committed Dec 12, 2018
1 parent f6de3f1 commit 95e2f5e
Show file tree
Hide file tree
Showing 10 changed files with 976 additions and 1,380 deletions.
337 changes: 167 additions & 170 deletions Cargo.toml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/basics/2_variables_window_console.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fn event(_app: &App, model: Model, _event: Event) -> Model {
model
}

fn view(_app: &App, model: &Model, frame: Frame) -> Frame {
fn view(_app: &App, _model: &Model, frame: Frame) -> Frame {
// Clear the window with dark charcoal.
frame.clear(DARK_CHARCOAL);
// Return the drawn frame.
Expand Down
317 changes: 0 additions & 317 deletions examples/vulkan/vk_attatch_multiple_images.rs

This file was deleted.

Loading

0 comments on commit 95e2f5e

Please sign in to comment.