Get max texture size at runtime

Started by @, October 05, 2013, 14:50:45

Previous topic - Next topic

@

Quick question: is that possible? has opengl some function to get the maximum texture size supported?

broumbroum

quick answer : yes it does !
glgetinteger(gl_max_texture_size);

@

Quote from: broumbroum on October 05, 2013, 20:45:41
quick answer : yes it does !
glgetinteger(gl_max_texture_size);

Thanks!!