FIXME("Attempting to create a managed offscreen plain surface\n");
FIXME("Attempting to create a managed offscreen plain surface\n");
returnD3DERR_INVALIDCALL;
returnD3DERR_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.