wined3d: Add D32F_LOCKABLE to getDepthStencilBits.

oldstable
Roderick Colenbrander 2008-03-02 23:53:26 +01:00 committed by Alexandre Julliard
parent ca39a55e88
commit 2e0d35aa2f
1 changed files with 1 additions and 0 deletions

View File

@ -2710,6 +2710,7 @@ BOOL getDepthStencilBits(WINED3DFORMAT fmt, short *depthSize, short *stencilSize
case WINED3DFMT_D24S8:
case WINED3DFMT_D24FS8:
case WINED3DFMT_D32:
case WINED3DFMT_D32F_LOCKABLE:
break;
default:
FIXME("Unsupported stencil format: %s\n", debug_d3dformat(fmt));