Re: JOGL texture size limit
Posted by
Demoscene Passivist on
Nov 17, 2010; 8:06am
URL: https://forum.jogamp.org/JOGL-texture-size-limit-tp1914046p1916024.html
This "problem" is no issue of JOGL but rather of modern GPUs. 8192 pel is the current maximum texture size on nearly all up2date GPUs. Older GPUs even only support smaller texture size.
So I guess u have to live with this limitation or try to work around this problem with some custom tiling algorithm.
Try a programm like
"CPU Caps Viewer" to get information about the actual limitations of ur GPU.