Skip to content

Commit

Permalink
[rs] Merge gfx-rs#3
Browse files Browse the repository at this point in the history
3: Rename hello_ examples to hello- (gfx-rs#2) r=kvark a=paulkernfeld



Co-authored-by: Paul Kernfeld <paulkernfeld@gmail.com>
  • Loading branch information
bors[bot] and Paul Kernfeld committed May 16, 2019
2 parents 2c1bdbd + 0654d8b commit fdef638
Show file tree
Hide file tree
Showing 9 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion wgpu/tests/multithreaded_compute.rs
Expand Up @@ -25,7 +25,7 @@ fn multithreaded_compute() {
},
});

let cs_bytes = include_bytes!("../examples/hello_compute/shader.comp.spv");
let cs_bytes = include_bytes!("../examples/hello-compute/shader.comp.spv");
let cs_module = device.create_shader_module(cs_bytes);

let staging_buffer = device
Expand Down

0 comments on commit fdef638

Please sign in to comment.