mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 23:50:11 +01:00
vk/cmd_buffer: Update a comment
This commit is contained in:
parent
86a53d2880
commit
65f3d00cd6
1 changed files with 3 additions and 2 deletions
|
|
@ -706,8 +706,9 @@ struct anv_cmd_buffer {
|
|||
uint32_t surface_next;
|
||||
struct anv_reloc_list surface_relocs;
|
||||
|
||||
/* Information needed for execbuf that's generated when the command
|
||||
* buffer is ended.
|
||||
/* Information needed for execbuf
|
||||
*
|
||||
* These fields are generated by anv_cmd_buffer_prepare_execbuf().
|
||||
*/
|
||||
struct {
|
||||
struct drm_i915_gem_execbuffer2 execbuf;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue