mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-30 23:31:12 +00:00
Removed iced label
This commit is contained in:
parent
71ad4b4ab7
commit
c04b5c9c04
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ pub fn create_rect_buffers(
|
|||
});
|
||||
|
||||
let quad_buffer = gpu_device.create_buffer(&wgpu::BufferDescriptor {
|
||||
label: Some("iced_wgpu::quad instance buffer"),
|
||||
label: None,
|
||||
size: mem::size_of::<Quad>() as u64 * MAX_QUADS as u64,
|
||||
usage: wgpu::BufferUsages::VERTEX | wgpu::BufferUsages::COPY_DST,
|
||||
mapped_at_creation: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue