SFML community forums
Help => Graphics => Topic started by: Acrobat on June 06, 2012, 11:32:16 am
-
I found something interesting with Intel card, last time when i tried to render content to render texture i ended up that they are not working on some cards (render texture was 1024*768), but when i tried again (128*128) everything was ok. Maybe all the problems is about render textures size ?
Also i am trying to make a post effect (something look like underwater), anybody have ideas how to make it w/o render target ?
-
I found something interesting with Intel card, last time when i tried to render content to render texture i ended up that they are not working on some cards (render texture was 1024*768), but when i tried again (128*128) everything was ok. Maybe all the problems is about render textures size ?
Interesting :)
Can you try the following sizes:
- 127x128
- 512x512
- 1024x1024
-
I'll make a test project, and will try later (no device at the moment)
I'm testing on windows, maybe someone can test on linux ?