vk: Annotate anv_cmd_state::gen7::index_type

It's the value of 3DSTATE_INDEX_BUFFER.IndexFormat.
This commit is contained in:
Chad Versace 2015-10-05 08:58:35 -07:00
parent 9c93aa9141
commit 3530224063

View file

@ -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;
};