wined3d: Enable WINED3DFMT_R16G16B16A16_UNORM.
This commit is contained in:
parent
f3b39d9085
commit
2858f67a2a
|
@ -2881,6 +2881,7 @@ static BOOL CheckTextureCapability(struct WineD3DAdapter *adapter,
|
|||
case WINED3DFMT_A2R10G10B10:
|
||||
case WINED3DFMT_R10G10B10A2_UNORM:
|
||||
case WINED3DFMT_R16G16_UNORM:
|
||||
case WINED3DFMT_R16G16B16A16_UNORM:
|
||||
TRACE_(d3d_caps)("[OK]\n");
|
||||
return TRUE;
|
||||
|
||||
|
@ -2993,7 +2994,6 @@ static BOOL CheckTextureCapability(struct WineD3DAdapter *adapter,
|
|||
return FALSE;
|
||||
|
||||
/* Not supported */
|
||||
case WINED3DFMT_R16G16B16A16_UNORM:
|
||||
case WINED3DFMT_A8R3G3B2:
|
||||
TRACE_(d3d_caps)("[FAILED]\n"); /* Enable when implemented */
|
||||
return FALSE;
|
||||
|
|
Loading…
Reference in New Issue