wined3d: There is no need for the !Usage checks at the start of the resource type...
commit7fd87f10cdf0d9345d909a4b5cc6130855e7ee0a
authorRoderick Colenbrander <thunderbird2k@gmx.net>
Tue, 18 Mar 2008 08:38:55 +0000 (18 09:38 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 19 Mar 2008 16:21:34 +0000 (19 17:21 +0100)
tree59914bee9f07c7c5d619d9e6bfcf29bd978ebd95
parent6677e15389909ffa29cd9149bade541c3c5008be
wined3d: There is no need for the !Usage checks at the start of the resource type checks.

The return-path of the code will handle this properly and this also
ensures that the R8G8B8 dxVersion test is reached.
dlls/wined3d/directx.c