mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
radv: reduce radv_input_assembly_info::primitive_topology to 8-bit
It's large enough. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16778>
This commit is contained in:
parent
2f176f86c2
commit
38b6f2e0ce
1 changed files with 1 additions and 1 deletions
|
|
@ -1879,7 +1879,7 @@ struct radv_vertex_input_info {
|
|||
};
|
||||
|
||||
struct radv_input_assembly_info {
|
||||
uint32_t primitive_topology;
|
||||
uint8_t primitive_topology; /* VkPrimitiveTopology */
|
||||
bool primitive_restart_enable;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue