Renderer: Implement and use debug names
This commit is contained in:
@@ -103,4 +103,9 @@ namespace Nz
|
||||
{
|
||||
return m_size;
|
||||
}
|
||||
|
||||
void OpenGLFboFramebuffer::UpdateDebugName(std::string_view name)
|
||||
{
|
||||
m_framebuffer.SetDebugName(name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user