mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-28 04:54:30 +00:00
Clang format once more
This commit is contained in:
parent
8f997f8d0b
commit
4c38a1d429
@ -137,9 +137,8 @@ ImportedHostBuffer::ImportedHostBuffer(const Vulkan::Instance& instance_,
|
|||||||
alignment);
|
alignment);
|
||||||
|
|
||||||
// Test log, should be removed
|
// Test log, should be removed
|
||||||
LOG_WARNING(Render_Vulkan,
|
LOG_WARNING(Render_Vulkan, "Creating imported host buffer at {} size {:#x}", cpu_addr,
|
||||||
"Creating imported host buffer at {} size {:#x}",
|
size_bytes);
|
||||||
cpu_addr, size_bytes);
|
|
||||||
|
|
||||||
const auto& mem_props = instance->GetMemoryProperties();
|
const auto& mem_props = instance->GetMemoryProperties();
|
||||||
auto ptr_props_result = instance->GetDevice().getMemoryHostPointerPropertiesEXT(
|
auto ptr_props_result = instance->GetDevice().getMemoryHostPointerPropertiesEXT(
|
||||||
|
Loading…
Reference in New Issue
Block a user