GPUOpen-Drivers / AMD-Gfx-Drivers

Forum for AMD OpenGL and Vulkan graphics drivers
5 stars 3 forks source link

GL_MAX_TEXTURE_SIZE hardware limited or increasable? #7

Closed DemonGamingLP closed 3 weeks ago

DemonGamingLP commented 3 weeks ago

Hello there, previously i only had Nvidia GPUs and recently got an AMD GPU for the first time and noticed its GL_MAX_TEXTURE_SIZE is at 16k x 16k while Nvidias is higher.

while this is no issue basically almost everywhere there is at least one case where this causes issues: Minecraf high Resolution resource packs.

so i wondered: -is AMD planning to increase the limit anytime soon? -is this actually a hardware limitation (which i would not really understand since i doubt the gpus are not powerful enough) or -is this limit changeable via a driver update?

thanks in advance!

lubaozho commented 3 weeks ago

GL_MAX_TEXTURE_SIZE = 16k is a hardware limitation. Thanks.