You've already forked godot
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user