KTStephano / ktstephano.github.io

GitHub websites
0 stars 1 forks source link

https://ktstephano.github.io/rendering/opengl/mdi #6

Open utterances-bot opened 2 months ago

utterances-bot commented 2 months ago

Multi-Draw Indirect (MDI) | J Stephano

Devlogs and tutorials about GPGPU and graphics programming

https://ktstephano.github.io/rendering/opengl/mdi

imdongye commented 2 months ago

What happens if draw 8 indexes in a triangle? Is it an error?

KTStephano commented 2 months ago

@imdongye If one of the draw commands was set up to use more indices than the index buffer contains then it would be an error. Is this what you were referring to?