Skip to content
Chris Petersen edited this page Oct 16, 2014 · 1 revision

glDrawArrays renders primitives from array data.

Parameter Description
mode What kind of primitives to render
first Starting index in the enabled arrays
count Number of indices to be rendered

Example

None provided.

Clone this wiki locally