lint: update to clang-format-13

This commit is contained in:
Pierre Bourdon
2023-02-02 04:56:08 +01:00
parent 69b178e95f
commit c92de420ef
3 changed files with 18 additions and 17 deletions

View File

@ -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;