GS:MTL: Formatting

This commit is contained in:
TellowKrinkle 2024-03-25 21:39:50 -05:00 committed by refractionpcsx2
parent 478033037f
commit 68a71d2e12
1 changed files with 4 additions and 4 deletions

View File

@ -140,8 +140,8 @@ void GSTextureMTL::SetDebugName(std::string_view name)
initWithBytes:name.data()
length:static_cast<NSUInteger>(name.length())
encoding:NSUTF8StringEncoding];
[m_texture setLabel:label];
}
[m_texture setLabel:label];
}
}
#endif
@ -273,8 +273,8 @@ void GSDownloadTextureMTL::SetDebugName(std::string_view name)
initWithBytes:name.data()
length:static_cast<NSUInteger>(name.length())
encoding:NSUTF8StringEncoding];
[m_buffer setLabel:label];
}
[m_buffer setLabel:label];
}
}
#endif