| Constructors in com.neovisionaries.android.opengl with parameters of type ElementArrayBuffer |
ElementDrawer(DrawingMode mode,
ElementArrayBuffer indices)
This constructor is an alias of ElementArrayBuffer(mode, indices,
0, 0). |
ElementDrawer(DrawingMode mode,
ElementArrayBuffer indices,
int count)
This constructor is an alias of ElementArrayBuffer(mode, indices,
count, 0). |
ElementDrawer(DrawingMode mode,
ElementArrayBuffer indices,
int count,
int offset)
A constructor with indices data held in the element array buffer. |