From 9f5d815e932c9c01265fec2f5a079470d73d6cc8 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 12 Jan 2025 23:35:00 +0100 Subject: zero copy texture write --- client/src/scene_prepare.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/src') diff --git a/client/src/scene_prepare.rs b/client/src/scene_prepare.rs index cf94bbf..2b3e2e7 100644 --- a/client/src/scene_prepare.rs +++ b/client/src/scene_prepare.rs @@ -79,7 +79,7 @@ pub struct ScenePreparer { queue: Arc, texture_bgl: BindGroupLayout, - textures: DemandMap, (Arc, Arc)>, + textures: DemandMap>, (Arc, Arc)>, placeholder_textures: DemandMap, Arc)>, index_buffers: DemandMap>, (Arc, u32)>, vertex_buffers: DemandMap>, (Arc, u32)>, -- cgit v1.2.3-70-g09d2