the BaseVertexIndex of SetIndices

Started by
0 comments, last by billybob 20 years, 9 months ago
does it overcome the limit of the number of indices by the format? like could you use it to access vertex 65537 by a 16 bit index buffer?
Advertisement
I think so yes. Don''t take that as gospel but I''m reasonably sure. Just try it and see though - make an index buffer like 100K entries and render to a base of 65536 by SetIndices(65536);

This topic is closed to new replies.

Advertisement