mirror of https://github.com/PCSX2/pcsx2.git
GS:MTL: Formatting
This commit is contained in:
parent
478033037f
commit
68a71d2e12
|
@ -140,8 +140,8 @@ void GSTextureMTL::SetDebugName(std::string_view name)
|
||||||
initWithBytes:name.data()
|
initWithBytes:name.data()
|
||||||
length:static_cast<NSUInteger>(name.length())
|
length:static_cast<NSUInteger>(name.length())
|
||||||
encoding:NSUTF8StringEncoding];
|
encoding:NSUTF8StringEncoding];
|
||||||
[m_texture setLabel:label];
|
[m_texture setLabel:label];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
@ -273,8 +273,8 @@ void GSDownloadTextureMTL::SetDebugName(std::string_view name)
|
||||||
initWithBytes:name.data()
|
initWithBytes:name.data()
|
||||||
length:static_cast<NSUInteger>(name.length())
|
length:static_cast<NSUInteger>(name.length())
|
||||||
encoding:NSUTF8StringEncoding];
|
encoding:NSUTF8StringEncoding];
|
||||||
[m_buffer setLabel:label];
|
[m_buffer setLabel:label];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue