aboutsummaryrefslogtreecommitdiff
path: root/stockton-render/src/draw/texture/repo.rs
diff options
context:
space:
mode:
authortcmal <me@aria.rip>2024-08-25 17:44:23 +0100
committertcmal <me@aria.rip>2024-08-25 17:44:23 +0100
commit4510dc5c7516f7bcd70bb1f21fbc309592767cb5 (patch)
treed891efd36ca4424d33be220d41eedae8e227ffa9 /stockton-render/src/draw/texture/repo.rs
parentc92ddd37d04ebc7fb5582edd399f607c542e5501 (diff)
refactor(draw): reformat
Diffstat (limited to 'stockton-render/src/draw/texture/repo.rs')
-rw-r--r--stockton-render/src/draw/texture/repo.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/stockton-render/src/draw/texture/repo.rs b/stockton-render/src/draw/texture/repo.rs
index d2aa9f2..2df7bd3 100644
--- a/stockton-render/src/draw/texture/repo.rs
+++ b/stockton-render/src/draw/texture/repo.rs
@@ -202,4 +202,4 @@ impl QueueFamilySelector for TexLoadQueue {
fn is_suitable(&self, family: &QueueFamilyT) -> bool {
family.queue_type().supports_transfer() && family.max_queues() >= NUM_SIMULTANEOUS_CMDS
}
-} \ No newline at end of file
+}