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:
committed by
Marge Bot
parent
29865b41fb
commit
fc12fafb1d
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user