1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Merge pull request #110505 from Calinou/tweak-draw-command-labels

Tweak draw command label names for consistency
This commit is contained in:
Thaddeus Crews
2025-09-30 20:10:37 -05:00
10 changed files with 26 additions and 26 deletions

View File

@@ -1265,7 +1265,7 @@ void CopyEffects::merge_specular(RID p_dest_framebuffer, RID p_specular, RID p_b
RID default_sampler = material_storage->sampler_rd_get_default(RS::CANVAS_ITEM_TEXTURE_FILTER_LINEAR, RS::CANVAS_ITEM_TEXTURE_REPEAT_DISABLED);
RD::get_singleton()->draw_command_begin_label("Merge specular");
RD::get_singleton()->draw_command_begin_label("Merge Specular");
RD::DrawListID draw_list = RD::get_singleton()->draw_list_begin(p_dest_framebuffer);