mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-04-18 06:47:31 -04:00
render/vulkan: add upload thread
TODO: - Update blocking stage submission as well - Allow multiple data ptr accesses - Stop abusing FDs for multi-thread queue
This commit is contained in:
parent
79cbbfb366
commit
fee8969955
6 changed files with 208 additions and 31 deletions
|
|
@ -46,6 +46,7 @@ wlr_files += files(
|
|||
)
|
||||
|
||||
wlr_deps += dep_vulkan
|
||||
wlr_deps += dependency('threads')
|
||||
features += { 'vulkan-renderer': true }
|
||||
|
||||
subdir('shaders')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue