Login  Register

Re: Does openGL has a limit of how many vertices one can pass to glDrawArrays() function?

Posted by elect on Feb 11, 2016; 7:46am
URL: https://forum.jogamp.org/Does-openGL-has-a-limit-of-how-many-vertices-one-can-pass-to-glDrawArrays-function-tp4036161p4036171.html

jmaasing is right, unfortunately you cannot know that a priori, you just know you hit the limit if you catch a GL_OUT_OF_MEMORY error

http://stackoverflow.com/a/7369392/1047713