Hi,
I'm trying to use Effect Framework in Custom EVR Presenter. However, ID3DXEffect need a IDirect3DTexture9 parameter while EVR Presenter can only display IDirect3DSurface9. How can i dislay the frame with IDirect3dTexture9.
In addition, pSurface->GetContainer(IID_IDirect3DTexture9,...) return E_NOINTERFACE.
I will be very appreciated for your help.
Thanks.