mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 23:50:11 +01:00
zink: Enable GL_EXT_texture_sRGB_R8
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8060>
This commit is contained in:
parent
dd05cbf5e0
commit
089371df16
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ static const VkFormat formats[PIPE_FORMAT_COUNT] = {
|
|||
MAP_FORMAT_NORM(R8)
|
||||
MAP_FORMAT_SCALED(R8)
|
||||
MAP_FORMAT_INT(R8)
|
||||
MAP_FORMAT_SRGB(R8)
|
||||
// 16-bits
|
||||
MAP_FORMAT_NORM(R16)
|
||||
MAP_FORMAT_SCALED(R16)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue