are there any strip limits?

Helo!

I’m wondering how many triangles can form the longest possible triangle strip. Is there any triangle limit for strip in OGL?

Kmitah

There shouldn’t be. OpenGL just processes the triangles as they go through…

$ffff = maxIndexes if i’m not wrong.