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

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - thepotatoking

Pages: [1]
1
Graphics / Safe maximum texture size?
« on: February 08, 2019, 06:59:33 pm »
I'm making a top-down 2D game. If I understand it correctly, it's more efficient to have larger textures/sprites because performance scales with the number of draw() calls. Currently I'm working with the background images, i.e. the maps that they're running around on. I haven't been able to find a clear explanation of this, but it sounds like different graphics cards have different maximum sprite sizes they can handle. What's a safe maximum sprite size? 2048x2048? 4096x4096?

Pages: [1]