Merge yuzu-emu#12499

This commit is contained in:
yuzubot
2024-01-21 01:01:00 +00:00
parent 93a3342841
commit d4cfd07049
142 changed files with 8667 additions and 3962 deletions

View File

@@ -67,4 +67,4 @@ public:
size_t size_slots{};
};
} // namespace VideoCommon
} // namespace VideoCommon

View File

@@ -178,4 +178,4 @@ protected:
std::unique_ptr<QueryCacheBaseImpl> impl;
};
} // namespace VideoCommon
} // namespace VideoCommon

View File

@@ -146,4 +146,4 @@ protected:
std::deque<size_t> old_queries;
};
} // namespace VideoCommon
} // namespace VideoCommon

View File

@@ -71,4 +71,4 @@ enum class ReductionOp : u32 {
MaxReductionOp,
};
} // namespace VideoCommon
} // namespace VideoCommon

View File

@@ -13,4 +13,4 @@ struct RasterizerDownloadArea {
bool preemtive;
};
} // namespace VideoCore
} // namespace VideoCore

View File

@@ -84,4 +84,4 @@ private:
std::vector<std::unique_ptr<DescriptorBank>> banks;
};
} // namespace Vulkan
} // namespace Vulkan

View File

@@ -66,4 +66,4 @@ BlockLinearSwizzle3DParams MakeBlockLinearSwizzle3DParams(const SwizzleParameter
};
}
} // namespace VideoCommon::Accelerated
} // namespace VideoCommon::Accelerated