mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radv: enable R8G8B8, B8G8R8 and R16G16B16 vertex formats
Signed-off-by: Rhys Perry <pendingchaos02@gmail.com> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Gitlab: https://gitlab.freedesktop.org/mesa/mesa/-/issues/6956 Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17894>
This commit is contained in:
parent
97c1731f14
commit
813468c43c
1 changed files with 0 additions and 1 deletions
|
|
@ -171,7 +171,6 @@ radv_is_vertex_buffer_format_supported(VkFormat format)
|
|||
switch (desc->channel[first_non_void].size) {
|
||||
case 8:
|
||||
case 16:
|
||||
return desc->nr_channels != 3;
|
||||
case 32:
|
||||
return true;
|
||||
default:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue