mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Add comment
This commit is contained in:
parent
5cde7afe27
commit
1344e1bb99
@ -25,6 +25,8 @@ impl Queue<wgpu::Buffer> for wgpu::Queue {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// This is inspired by the memory pool in Vulkan documented
|
||||||
|
/// [here](https://gpuopen-librariesandsdks.github.io/VulkanMemoryAllocator/html/custom_memory_pools.html).
|
||||||
#[derive(Debug)]
|
#[derive(Debug)]
|
||||||
pub struct BufferPool<Q, B, V, I> {
|
pub struct BufferPool<Q, B, V, I> {
|
||||||
vertices: BackingBuffer<B>,
|
vertices: BackingBuffer<B>,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user