Skip to content

Commit

Permalink
Fix outdated SubbufferAllocatorCreateInfo docs (#2137)
Browse files Browse the repository at this point in the history
  • Loading branch information
marc0246 authored Feb 15, 2023
1 parent c2652fb commit a2d3d80
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vulkano/src/buffer/allocator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -407,8 +407,6 @@ pub struct SubbufferAllocatorCreateInfo {

/// The memory usage that all buffers should be allocated with.
///
/// Must not be [`MemoryUsage::GpuOnly`].
///
/// The default value is [`MemoryUsage::Upload`].
pub memory_usage: MemoryUsage,

Expand Down

0 comments on commit a2d3d80

Please sign in to comment.