Skip to content

Commit 0c59130

Browse files
committed
wgpu_context: Use MemoryHints::MemoryUsage
Signed-off-by: Nico Burns <[email protected]>
1 parent 19696cb commit 0c59130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/wgpu_context/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ impl WGPUContext {
158158
label: None,
159159
required_features,
160160
required_limits,
161-
memory_hints: MemoryHints::default(),
161+
memory_hints: MemoryHints::MemoryUsage,
162162
trace: wgpu::Trace::default(),
163163
};
164164
let (device, queue) = adapter.request_device(&descripter).await?;

0 commit comments

Comments
 (0)