Hello Guest

Get max texture size at runtime

  • 2 Replies
  • 4816 Views
*

Offline @

  • *
  • 41
Get max texture size at runtime
« on: October 05, 2013, 14:50:45 »
Quick question: is that possible? has opengl some function to get the maximum texture size supported?

Re: Get max texture size at runtime
« Reply #1 on: October 05, 2013, 20:45:41 »
quick answer : yes it does !
glgetinteger(gl_max_texture_size);

*

Offline @

  • *
  • 41
Re: Get max texture size at runtime
« Reply #2 on: October 06, 2013, 15:39:01 »
quick answer : yes it does !
glgetinteger(gl_max_texture_size);

Thanks!!