mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-04-22 04:24:44 +00:00
Yes thank you clang-format
This commit is contained in:
parent
849367baa8
commit
1d079d8178
1 changed files with 2 additions and 1 deletions
|
@ -298,7 +298,8 @@ TileManager::TileManager(const Vulkan::Instance& instance, Vulkan::Scheduler& sc
|
|||
static auto desc_layout_pair =
|
||||
instance.GetDevice().createDescriptorSetLayoutUnique(desc_layout_ci);
|
||||
ASSERT_MSG(desc_layout_pair.result == vk::Result::eSuccess,
|
||||
"Failed to create descriptor set layout: {}", vk::to_string(desc_layout_pair.result));
|
||||
"Failed to create descriptor set layout: {}",
|
||||
vk::to_string(desc_layout_pair.result));
|
||||
|
||||
const vk::PushConstantRange push_constants = {
|
||||
.stageFlags = vk::ShaderStageFlagBits::eCompute,
|
||||
|
|
Loading…
Add table
Reference in a new issue