summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_private.h
diff options
context:
space:
mode:
authorChad Versace <[email protected]>2015-10-05 08:58:35 -0700
committerChad Versace <[email protected]>2015-10-05 08:58:35 -0700
commit35302240632aadd95ef97169a6013f088e9e1f17 (patch)
tree2b6e2de4a9296bb82cd164773ec41ee5d0e60011 /src/vulkan/anv_private.h
parent9c93aa9141505601d862a7c85fea0679e7c63e86 (diff)
vk: Annotate anv_cmd_state::gen7::index_type
It's the value of 3DSTATE_INDEX_BUFFER.IndexFormat.
Diffstat (limited to 'src/vulkan/anv_private.h')
-rw-r--r--src/vulkan/anv_private.h2
1 files changed, 1 insertions, 1 deletions
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;
};