Skip to content

Commit

Permalink
Update examples/mesh-shader/main.rs
Browse files Browse the repository at this point in the history
Co-authored-by: marc0246 <[email protected]>
  • Loading branch information
Firestar99 and marc0246 authored Dec 29, 2023
1 parent 2d44c66 commit 73af6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/mesh-shader/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ fn main() -> Result<(), impl Error> {
let vertex_buffer = Buffer::from_iter(
memory_allocator.clone(),
BufferCreateInfo {
usage: BufferUsage::VERTEX_BUFFER | BufferUsage::STORAGE_BUFFER,
usage: BufferUsage::STORAGE_BUFFER,
..Default::default()
},
AllocationCreateInfo {
Expand Down

0 comments on commit 73af6b1

Please sign in to comment.