aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/ui/texture.rs
diff options
context:
space:
mode:
Diffstat (limited to 'stockton-render/src/draw/ui/texture.rs')
-rwxr-xr-xstockton-render/src/draw/ui/texture.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/stockton-render/src/draw/ui/texture.rs b/stockton-render/src/draw/ui/texture.rs
index 7cf207f..0ec4873 100755
--- a/stockton-render/src/draw/ui/texture.rs
+++ b/stockton-render/src/draw/ui/texture.rs
@@ -46,11 +46,11 @@ impl LoadableImage for &Texture {
pub fn ensure_textures(
_tex_repo: &mut TextureRepo,
ui: &mut UiState,
- _device: &mut Device,
+ _device: &mut DeviceT,
_adapter: &mut Adapter,
_allocator: &mut DynamicAllocator,
- _command_queue: &mut CommandQueue,
- _command_pool: &mut CommandPool,
+ _command_queue: &mut QueueT,
+ _command_pool: &mut CommandPoolT,
) {
let tex = ui.ctx.texture();