d3d9: Remove faulty comment from CreateOffscreenPlainSurface.

oldstable
Tobias Jakobi 2008-07-03 01:34:16 +02:00 committed by Alexandre Julliard
parent 9ba3d03e78
commit fb0fbc4b85
1 changed files with 1 additions and 2 deletions

View File

@ -660,8 +660,7 @@ static HRESULT WINAPI IDirect3DDevice9Impl_CreateOffscreenPlainSurface(LPDIREC
FIXME("Attempting to create a managed offscreen plain surface\n");
return D3DERR_INVALIDCALL;
}
/*MSDN: D3DPOOL_SCRATCH will return a surface that has identical characteristics to a surface created by the Microsoft DirectX 8.x method CreateImageSurface.
/*
'Off-screen plain surfaces are always lockable, regardless of their pool types.'
but then...
D3DPOOL_DEFAULT is the appropriate pool for use with the IDirect3DDevice9::StretchRect and IDirect3DDevice9::ColorFill.