1
0
Fork 0
forked from wry/wry

vulkan: create high-priority queues if possible

This commit is contained in:
Julian Orth 2025-05-10 22:44:00 +02:00
parent 7a623006e2
commit 68713b2e39
9 changed files with 253 additions and 44 deletions

7
Cargo.lock generated
View file

@ -611,6 +611,7 @@ dependencies = [
"num-derive",
"num-traits",
"once_cell",
"opera",
"parking_lot",
"pin-project",
"png",
@ -859,6 +860,12 @@ version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
[[package]]
name = "opera"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5444847837ad2026bf6addabcf0c3c25bf3e9f92e435dedb555f4a6a0180ded1"
[[package]]
name = "option-ext"
version = "0.2.0"