Maven module :un.engine : engine-opengl-util :
Class :
un.impl.opengl.resource.IndexRange
Extends/Implements : -
Subclasses : -
Variables : -
Functions :
POINTS,
LINE_STRIP,
LINE_LOOP,
LINES,
LINE_STRIP_ADJACENCY,
LINES_ADJACENCY,
TRIANGLE_STRIP,
TRIANGLE_FAN,
TRIANGLES,
TRIANGLE_STRIP_ADJACENCY,
TRIANGLES_ADJACENCY,
PATCHES,
IndexRange,
getMode,
getIndexValueType,
getTupleSize,
getBytesOffset,
getIndexOffset,
getCount,
draw,
drawInstanced
public IndexRange
POINTS (int offset, int count)
public IndexRange
LINE_STRIP (int offset, int count)
public IndexRange
LINE_LOOP (int offset, int count)
public IndexRange
LINES (int offset, int count)
public IndexRange
LINE_STRIP_ADJACENCY (int offset, int count)
public IndexRange
LINES_ADJACENCY (int offset, int count)
public IndexRange
TRIANGLE_STRIP (int offset, int count)
public IndexRange
TRIANGLE_FAN (int offset, int count)
public IndexRange
TRIANGLES (int offset, int count)
public IndexRange
TRIANGLE_STRIP_ADJACENCY (int offset, int count)
public IndexRange
TRIANGLES_ADJACENCY (int offset, int count)
public IndexRange
PATCHES (int tupleSize, int offset, int count)
public void
IndexRange (int mode, int indexValueType, int tupleSize, int offset, int count)
public int
getMode ()
public int
getIndexValueType ()
public int
getTupleSize ()
public int
getBytesOffset ()
public int
getIndexOffset ()
public int
getCount ()
public void
draw (GL gl, boolean withIBO)
public void
drawInstanced (GL gl, boolean withIBO, int nbInstance)
This range can be used with or without an IBO.
author Johann Sorel