1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-23 15:16:17 +00:00

Merge pull request #100322 from darksylinc/matias-tf-comment-fix

Fix grammar / spelling in comments
This commit is contained in:
Thaddeus Crews
2024-12-12 16:13:25 -06:00
5 changed files with 19 additions and 19 deletions

View File

@@ -197,7 +197,7 @@ private:
Error _buffer_initialize(Buffer *p_buffer, const uint8_t *p_data, size_t p_data_size, uint32_t p_required_align = 32);
void update_perf_report();
// flag for batching descriptor sets
// Flag for batching descriptor sets.
bool descriptor_set_batching = true;
// When true, the final draw call that copies our offscreen result into the Swapchain is put into its
// own cmd buffer, so that the whole rendering can start early instead of having to wait for the