From: Chad Versace Date: Mon, 5 Oct 2015 15:58:35 +0000 (-0700) Subject: vk: Annotate anv_cmd_state::gen7::index_type X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=35302240632aadd95ef97169a6013f088e9e1f17;p=mesa.git vk: Annotate anv_cmd_state::gen7::index_type It's the value of 3DSTATE_INDEX_BUFFER.IndexFormat. --- diff --git a/src/vulkan/anv_private.h b/src/vulkan/anv_private.h index 29a04cab154..15e5124d857 100644 --- a/src/vulkan/anv_private.h +++ b/src/vulkan/anv_private.h @@ -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; };