Hi all, I would like to know if there is some particular reason for the function Image::CopyScreen to use a RenderWindow pointer instead of a more generic RenderTarget.
I'm asking that because PostFX uses CopyScreen and this limits the use of PostFX to RenderWindow (I cannot use PostFX with my RenderImage class :wink: ).