mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-03 22:20:09 +01:00
lavapipe: Change lvp_cmd_type to anonymous enum
Fixes a build failure when using -Wenum-conversion. Signed-off-by: Corentin Noël <corentin.noel@collabora.com> Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33713>
This commit is contained in:
parent
1befb22ebb
commit
a17d286dc4
1 changed files with 1 additions and 1 deletions
|
|
@ -845,7 +845,7 @@ struct lvp_cmd_encode_as {
|
|||
VkGeometryTypeKHR geometry_type;
|
||||
};
|
||||
|
||||
enum lvp_cmd_type {
|
||||
enum {
|
||||
LVP_CMD_WRITE_BUFFER_CP = VK_CMD_TYPE_COUNT,
|
||||
LVP_CMD_DISPATCH_UNALIGNED,
|
||||
LVP_CMD_FILL_BUFFER_ADDR,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue