mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
vulkan: increase max stage size to support large buffers
This commit is contained in:
parent
324eeaa0cd
commit
1ba322e9ff
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
|||
// might still be a good idea.
|
||||
|
||||
static const VkDeviceSize min_stage_size = 1024 * 1024; // 1MB
|
||||
static const VkDeviceSize max_stage_size = 64 * min_stage_size; // 64MB
|
||||
static const VkDeviceSize max_stage_size = 256 * min_stage_size; // 256MB
|
||||
static const size_t start_descriptor_pool_size = 256u;
|
||||
static bool default_debug = true;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue