]> git.tdb.fi Git - libs/gl.git/commit
Use the same index type for all of a Mesh's batches
authorMikko Rasa <tdb@tdb.fi>
Sun, 5 Sep 2021 11:10:32 +0000 (14:10 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 5 Sep 2021 11:10:32 +0000 (14:10 +0300)
commit6955c16bb123f3b795186c99442dc4d92be0ebc9
treef1abc5e20da37ee162635ea07de9cb3204750ea6
parentb466adff89db080c304ac3178ce1f4fef844cb28
Use the same index type for all of a Mesh's batches

In Vulkan the index type goes in the pipeline state object.
source/core/batch.cpp
source/core/mesh.cpp