GPUDevice: Move debug messages over to fmt

This commit is contained in:
Stenzek
2023-09-21 00:42:27 +10:00
parent 184b0a1a52
commit b678fcd874
16 changed files with 68 additions and 102 deletions

View File

@@ -1602,7 +1602,7 @@ std::unique_ptr<GPUTextureBuffer> MetalDevice::CreateTextureBuffer(GPUTextureBuf
return tb;
}
void MetalDevice::PushDebugGroup(const char* fmt, ...)
void MetalDevice::PushDebugGroup(const char* name)
{
}
@@ -1610,7 +1610,7 @@ void MetalDevice::PopDebugGroup()
{
}
void MetalDevice::InsertDebugMessage(const char* fmt, ...)
void MetalDevice::InsertDebugMessage(const char* msg)
{
}