Welcome, Guest. Please login or register. Did you miss your activation email?

Author Topic: Render Target  (Read 1435 times)

0 Members and 1 Guest are viewing this topic.

Acrobat

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Render Target
« 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 ?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Render Target
« Reply #1 on: June 06, 2012, 11:40:53 am »
Quote
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
Laurent Gomila - SFML developer

Acrobat

  • Full Member
  • ***
  • Posts: 153
    • View Profile
Re: Render Target
« Reply #2 on: June 06, 2012, 11:43:24 am »
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 ?