summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeonsi/si_state.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2017-06-09 19:33:24 +0200
committerMarek Olšák <[email protected]>2017-06-12 18:24:37 +0200
commitc8b6f42e25369d149a28dfab1eeb48ff893894ad (patch)
tree50ad3e33d76768938ce9d3c0409aba20730d0b22 /src/gallium/drivers/radeonsi/si_state.h
parent7be6186e0cecccd7a64e9ba242f17ddbe588d84a (diff)
radeonsi: rename si_vertex_element -> si_vertex_elements
Reviewed-by: Nicolai Hähnle <[email protected]>
Diffstat (limited to 'src/gallium/drivers/radeonsi/si_state.h')
-rw-r--r--src/gallium/drivers/radeonsi/si_state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeonsi/si_state.h b/src/gallium/drivers/radeonsi/si_state.h
index 8de86753f6d..63a1713aac0 100644
--- a/src/gallium/drivers/radeonsi/si_state.h
+++ b/src/gallium/drivers/radeonsi/si_state.h
@@ -98,7 +98,7 @@ struct si_stencil_ref {
struct si_dsa_stencil_ref_part dsa_part;
};
-struct si_vertex_element
+struct si_vertex_elements
{
unsigned count;
unsigned first_vb_use_mask;