mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
gallium/u_blitter: add return to fix the build
This commit is contained in:
parent
0a88aa3025
commit
8dfdf5aae4
1 changed files with 1 additions and 0 deletions
|
|
@ -624,6 +624,7 @@ util_blitter_get_color_format_for_zs(enum pipe_format format)
|
|||
default:
|
||||
assert(0);
|
||||
}
|
||||
return PIPE_FORMAT_NONE;
|
||||
}
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue