mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
ac/sqtt: add missing EventUnknown to rgp_sqtt_marker_event_type
To match XGL. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22677>
This commit is contained in:
parent
637a6813db
commit
4cbb0f7ec3
1 changed files with 1 additions and 0 deletions
|
|
@ -338,6 +338,7 @@ enum rgp_sqtt_marker_event_type
|
|||
EventCmdDrawMeshTasksEXT = 41,
|
||||
EventCmdDrawMeshTasksIndirectCountEXT = 42,
|
||||
EventCmdDrawMeshTasksIndirectEXT = 43,
|
||||
EventUnknown = 0x7fff,
|
||||
EventInvalid = 0xffffffff
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue