You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-12 13:20:55 +00:00
Merge pull request #110505 from Calinou/tweak-draw-command-labels
Tweak draw command label names for consistency
This commit is contained in:
@@ -2399,7 +2399,7 @@ void RenderForwardClustered::_render_scene(RenderDataRD *p_render_data, const Co
|
||||
_process_compositor_effects(RS::COMPOSITOR_EFFECT_CALLBACK_TYPE_POST_TRANSPARENT, p_render_data);
|
||||
}
|
||||
|
||||
RD::get_singleton()->draw_command_begin_label("Copy framebuffer for SSIL");
|
||||
RD::get_singleton()->draw_command_begin_label("Copy Framebuffer for SSIL");
|
||||
if (using_ssil) {
|
||||
RENDER_TIMESTAMP("Copy Final Framebuffer (SSIL)");
|
||||
_copy_framebuffer_to_ssil(rb);
|
||||
|
||||
Reference in New Issue
Block a user