You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
Fix grammar / spelling in comments
Minor fixes for changes introduced in #99257 that could not be fixed in time as the PR needed to be expedited.
This commit is contained in:
@@ -191,7 +191,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