]> git.tdb.fi Git - libs/gl.git/commitdiff
Remove the LINE_LOOP primitive type
authorMikko Rasa <tdb@tdb.fi>
Wed, 10 Nov 2021 14:13:09 +0000 (16:13 +0200)
committerMikko Rasa <tdb@tdb.fi>
Wed, 10 Nov 2021 14:13:09 +0000 (16:13 +0200)
It's not supported on Vulkan and can be replaced by LINE_STRIP by adding
one extra index at the end.


No differences found