mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-28 09:40:21 +01:00
vk: Fix struct field indentation
This commit is contained in:
parent
5dea9d0039
commit
2eb52198ff
1 changed files with 2 additions and 1 deletions
|
|
@ -1061,7 +1061,8 @@ void anv_dynamic_state_copy(struct anv_dynamic_state *dest,
|
|||
|
||||
/** State required while building cmd buffer */
|
||||
struct anv_cmd_state {
|
||||
uint32_t current_pipeline; /**< PIPELINE_SELECT.PipelineSelection */
|
||||
/* PIPELINE_SELECT.PipelineSelection */
|
||||
uint32_t current_pipeline;
|
||||
uint32_t vb_dirty;
|
||||
anv_cmd_dirty_mask_t dirty;
|
||||
anv_cmd_dirty_mask_t compute_dirty;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue