mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
radv/meta: Change the return type of get_r32g32b32_format to VkFormat
Gets rid of some compiler warnings. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33983>
This commit is contained in:
parent
29865b41fb
commit
fc12fafb1d
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ create_iview(struct radv_cmd_buffer *cmd_buffer, struct radv_meta_blit2d_surf *s
|
|||
});
|
||||
}
|
||||
|
||||
static VkResult
|
||||
static VkFormat
|
||||
get_r32g32b32_format(VkFormat format)
|
||||
{
|
||||
switch (format) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue