wined3d: Add WINED3DFMT_INST to the format table.

We need the format to exist in apply_format_fixups() in particular.
This commit is contained in:
Henri Verbeet 2013-02-08 13:21:14 +01:00 committed by Alexandre Julliard
parent 9e8a9f4f65
commit c37594d3a9
1 changed files with 1 additions and 0 deletions

View File

@ -124,6 +124,7 @@ static const struct wined3d_format_channels formats[] =
/* Vendor-specific formats */
{WINED3DFMT_ATI2N, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0},
{WINED3DFMT_NVDB, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{WINED3DFMT_INST, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0},
{WINED3DFMT_INTZ, 0, 0, 0, 0, 0, 0, 0, 0, 4, 24, 8},
{WINED3DFMT_NVHU, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0},
{WINED3DFMT_NVHS, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0},