Renderer/CommandBuffer: Add support for InsertDebugLabel
This commit is contained in:
@@ -52,6 +52,8 @@ namespace Nz
|
||||
void EndDebugRegion() override;
|
||||
void EndRenderPass() override;
|
||||
|
||||
void InsertDebugLabel(std::string_view label, const Color& color) override;
|
||||
|
||||
inline Vk::CommandBuffer& GetCommandBuffer();
|
||||
|
||||
void NextSubpass() override;
|
||||
|
||||
Reference in New Issue
Block a user