wined3d: Add support for WINED3DFMT_R16G16B16A16_SINT format.
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
c3b9811a80
commit
d7a23cf2be
|
@ -1322,6 +1322,10 @@ static const struct wined3d_format_texture_info format_texture_info[] =
|
|||
GL_RGBA_INTEGER, GL_UNSIGNED_SHORT, 0,
|
||||
WINED3DFMT_FLAG_TEXTURE | WINED3DFMT_FLAG_RENDERTARGET,
|
||||
EXT_TEXTURE_INTEGER, NULL},
|
||||
{WINED3DFMT_R16G16B16A16_SINT, GL_RGBA16I, GL_RGBA16I, 0,
|
||||
GL_RGBA_INTEGER, GL_SHORT, 0,
|
||||
WINED3DFMT_FLAG_TEXTURE | WINED3DFMT_FLAG_RENDERTARGET,
|
||||
EXT_TEXTURE_INTEGER, NULL},
|
||||
{WINED3DFMT_R32G32_UINT, GL_RG32UI, GL_RG32UI, 0,
|
||||
GL_RG_INTEGER, GL_UNSIGNED_INT, 0,
|
||||
WINED3DFMT_FLAG_TEXTURE | WINED3DFMT_FLAG_RENDERTARGET,
|
||||
|
|
Loading…
Reference in New Issue