nvk: Support VK_FORMAT_B10G11R11_UFLOAT_PACK32 for vertex buffers
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
committed by
Marge Bot
parent
c9b72acc4e
commit
b0d8ddc70e
@@ -74,6 +74,8 @@ static const struct nvk_va_format nvk_vf_formats[] = {
|
||||
VA_FMT(A2B10G10R10_UINT_PACK32, A2B10G10R10, FALSE, UINT),
|
||||
VA_FMT(A2B10G10R10_SINT_PACK32, A2B10G10R10, FALSE, SINT),
|
||||
|
||||
VA_FMT(B10G11R11_UFLOAT_PACK32, B10G11R11, FALSE, FLOAT),
|
||||
|
||||
VA_FMT(R16_UNORM, R16, FALSE, UNORM),
|
||||
VA_FMT(R16_SNORM, R16, FALSE, SNORM),
|
||||
VA_FMT(R16_USCALED, R16, FALSE, USCALED),
|
||||
|
||||
Reference in New Issue
Block a user