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

Author Topic: Alternative to renderTexture on Intel?  (Read 1030 times)

0 Members and 1 Guest are viewing this topic.

drnick78

  • Newbie
  • *
  • Posts: 1
    • View Profile
    • Email
Alternative to renderTexture on Intel?
« on: April 17, 2012, 05:18:25 pm »
Hi,
Been having problems with v2 with my 2d tilemap code which draws to a renderTexture.
Have just learnt that its because the chipset on my laptop is an aging Intel that only supports OpenGL 1.4 and falls over when renderTextures are used.

I'd still like to be able to provide a solution that works for these older chipsets though.
So does anyone have examples of workarounds?
I've heard that vertex arrays can be used... does someone have a simple example of building one of these whilst loading a texture from file?

Thanks
Joe

mateandmetal

  • Full Member
  • ***
  • Posts: 171
  • The bird is the word
    • View Profile
    • my blog
- Mate (beverage) addict
- Heavy metal addict _lml
- SFML 2 addict
- My first (and free) game: BichingISH!

 

anything