Skip to content

Commit

Permalink
BufferUsage typo (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
Coddeus authored Oct 1, 2023
1 parent e3e2518 commit ec48d6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/graphics_pipeline/pipeline_creation.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ To do that, as before, let's first create the buffer:
let buf = Buffer::from_iter(
&memory_allocator,
BufferCreateInfo {
usage: BuferUsage::TRANSFER_DST,
usage: BufferUsage::TRANSFER_DST,
..Default::default()
},
AllocationCreateInfo {
Expand Down

0 comments on commit ec48d6d

Please sign in to comment.