mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-01-07 15:46:01 +00:00
Fix spacing
This commit is contained in:
parent
0b4b3ba239
commit
197cac07b2
|
@ -265,7 +265,7 @@ bool Instance::CreateDevice() {
|
|||
|
||||
// These extensions are promoted by Vulkan 1.3, but for greater compatibility we use Vulkan 1.2
|
||||
// with extensions.
|
||||
if (Config ::vkValidationEnabled() || Config::isRdocEnabled()) {
|
||||
if (Config::vkValidationEnabled() || Config::isRdocEnabled()) {
|
||||
tooling_info = add_extension(VK_EXT_TOOLING_INFO_EXTENSION_NAME);
|
||||
}
|
||||
const bool maintenance4 = add_extension(VK_KHR_MAINTENANCE_4_EXTENSION_NAME);
|
||||
|
|
Loading…
Reference in a new issue