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

Author Topic: Problem about large rendertexture and image  (Read 1312 times)

0 Members and 1 Guest are viewing this topic.

Foegame

  • Newbie
  • *
  • Posts: 1
    • View Profile
Problem about large rendertexture and image
« on: April 20, 2016, 03:50:45 am »
I am doing a project which use sfml to generate large image.
I used rendertexture for tile then save it as a image file.

The problem is rendertexture limited size to 8192x8192
Is it possible to use more than one rendertexture and merge it to a single image.
Or it has better solution?

Laurent

  • Administrator
  • Hero Member
  • *****
  • Posts: 32504
    • View Profile
    • SFML's website
    • Email
Re: Problem about large rendertexture and image
« Reply #1 on: April 20, 2016, 06:23:15 am »
Quote
Is it possible to use more than one rendertexture and merge it to a single image.
Yes.
Laurent Gomila - SFML developer

 

anything