summaryrefslogtreecommitdiff
path: root/client/src/render/scene/textures.rs
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/render/scene/textures.rs')
-rw-r--r--client/src/render/scene/textures.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/client/src/render/scene/textures.rs b/client/src/render/scene/textures.rs
index 2da84be..4f2b01c 100644
--- a/client/src/render/scene/textures.rs
+++ b/client/src/render/scene/textures.rs
@@ -217,6 +217,7 @@ fn create_texture(
mip_level_count: Some(1),
base_array_layer: 0,
array_layer_count: None,
+ usage: None,
})
})
.collect::<Vec<_>>();