Fix outdated SubbufferAllocatorCreateInfo docs (#2137)

This commit is contained in:
marc0246 2023-02-15 14:42:42 +01:00 committed by GitHub
parent c2652fb66c
commit a2d3d80ce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,