mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
vk: Annotate anv_cmd_state::gen7::index_type
It's the value of 3DSTATE_INDEX_BUFFER.IndexFormat.
This commit is contained in:
parent
9c93aa9141
commit
3530224063
1 changed files with 1 additions and 1 deletions
|
|
@ -847,7 +847,7 @@ struct anv_cmd_state {
|
|||
|
||||
struct {
|
||||
struct anv_buffer * index_buffer;
|
||||
uint32_t index_type;
|
||||
uint32_t index_type; /**< 3DSTATE_INDEX_BUFFER.IndexFormat */
|
||||
uint32_t index_offset;
|
||||
} gen7;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue