jbush001 / NyuziProcessor

GPGPU microprocessor architecture
Apache License 2.0
2k stars 351 forks source link

librender: support alternate index formats #90

Open jbush001 opened 7 years ago

jbush001 commented 7 years ago

Currently, only supports triangles. Add triangle strip, triangle fan, etc. Would add format to RenderState, code in RenderContext::setUpTriangle to interpret indices differently.