mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-26 17:37:34 +00:00
c/util: Fix typos in comments
Part-of: <https://gitlab.freedesktop.org/monado/monado/-/merge_requests/2378>
This commit is contained in:
parent
bf37f05434
commit
a761589000
|
@ -498,7 +498,7 @@ comp_render_cs_layer(struct render_compute *crc,
|
|||
*
|
||||
* All source layer images needs to be in the correct image layout, no barrier
|
||||
* is inserted for them. The target images are barriered from undefined to general
|
||||
* so they can be written to, then to the laying defined by @p transition_to.
|
||||
* so they can be written to, then to the layout defined by @p transition_to.
|
||||
*
|
||||
* Expected layouts:
|
||||
*
|
||||
|
|
|
@ -532,7 +532,7 @@ do_layers(struct render_gfx *rr,
|
|||
|
||||
/*
|
||||
* Reserve UBOs, create descriptor sets, and fill in any data ahead of
|
||||
* time. If we ever want to copy UBO data, this lets us do that easily:
|
||||
* time. If we ever want to copy UBO data this lets us do that easily:
|
||||
* write a copy command before the other gfx commands.
|
||||
*/
|
||||
|
||||
|
@ -685,8 +685,8 @@ do_mesh(struct render_gfx *rr,
|
|||
VkResult ret;
|
||||
|
||||
/*
|
||||
* Reserve UBOs, create descriptor sets, and fill in any data a head of
|
||||
* time, if we ever want to copy UBO data this lets us do that easily
|
||||
* Reserve UBOs, create descriptor sets, and fill in any data ahead of
|
||||
* time. If we ever want to copy UBO data this lets us do that easily:
|
||||
* write a copy command before the other gfx commands.
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in a new issue