mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-21 03:54:45 +00:00
vk_instance: Bump extension vector size
This commit is contained in:
parent
a36407bc5e
commit
1e842c01bf
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ bool Instance::CreateDevice() {
|
|||
return false;
|
||||
}
|
||||
|
||||
boost::container::static_vector<const char*, 13> enabled_extensions;
|
||||
boost::container::static_vector<const char*, 20> enabled_extensions;
|
||||
const auto add_extension = [&](std::string_view extension) -> bool {
|
||||
const auto result =
|
||||
std::find_if(available_extensions.begin(), available_extensions.end(),
|
||||
|
|
Loading…
Add table
Reference in a new issue