d3d9: Remove faulty comment from CreateOffscreenPlainSurface.
This commit is contained in:
parent
9ba3d03e78
commit
fb0fbc4b85
|
@ -660,8 +660,7 @@ static HRESULT WINAPI IDirect3DDevice9Impl_CreateOffscreenPlainSurface(LPDIREC
|
||||||
FIXME("Attempting to create a managed offscreen plain surface\n");
|
FIXME("Attempting to create a managed offscreen plain surface\n");
|
||||||
return D3DERR_INVALIDCALL;
|
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.'
|
'Off-screen plain surfaces are always lockable, regardless of their pool types.'
|
||||||
but then...
|
but then...
|
||||||
D3DPOOL_DEFAULT is the appropriate pool for use with the IDirect3DDevice9::StretchRect and IDirect3DDevice9::ColorFill.
|
D3DPOOL_DEFAULT is the appropriate pool for use with the IDirect3DDevice9::StretchRect and IDirect3DDevice9::ColorFill.
|
||||||
|
|
Loading…
Reference in New Issue