mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 02:28:51 +00:00
lint: update to clang-format-13
This commit is contained in:
parent
69b178e95f
commit
c92de420ef
3 changed files with 18 additions and 17 deletions
|
@ -91,8 +91,8 @@ static const char* to_string(MTLCompareFunction compare)
|
|||
|
||||
// clang-format on
|
||||
|
||||
static void SetupDepthStencil(
|
||||
MRCOwned<id<MTLDepthStencilState>> (&dss)[Metal::DepthStencilSelector::N_VALUES])
|
||||
static void
|
||||
SetupDepthStencil(MRCOwned<id<MTLDepthStencilState>> (&dss)[Metal::DepthStencilSelector::N_VALUES])
|
||||
{
|
||||
auto desc = MRCTransfer([MTLDepthStencilDescriptor new]);
|
||||
Metal::DepthStencilSelector sel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue