wined3d: Check for float texture formats correctly.
authorVitaly Budovski <vbudovski@gmail.com>
Wed, 21 Mar 2007 04:35:42 +0000 (15:35 +1100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 21 Mar 2007 11:33:17 +0000 (12:33 +0100)
commitf7b565e2cae77cc9e269f9ba84f082e84325fd6e
treef301526ba95655ee88b31afe1b06010da43b2f5c
parentdce12498d02bff5c24c2148d42c427d7d1032030
wined3d: Check for float texture formats correctly.

Move the checks for float texture formats into the correct location.
This allows some Direct3D sample applications which check for any of
the float formats together with D3DUSAGE_RENDERTARGET to start.
dlls/wined3d/directx.c