VertexStepMode


public final class VertexStepMode


Defines how frequently a vertex buffer is advanced.

Summary

Constants

static final int

The vertex buffer is advanced for each instance.

static final int

Indicates that no vertex step mode is specified.

static final int
Vertex = 1

The vertex buffer is advanced for each vertex.

Public methods

static final @NonNull String
toString(int value)

Constants

Instance

public static final int Instance = 2

The vertex buffer is advanced for each instance.

Undefined

public static final int Undefined = 0

Indicates that no vertex step mode is specified.

Vertex

public static final int Vertex = 1

The vertex buffer is advanced for each vertex.

Public methods

toString

Added in 1.0.0-alpha05
public static final @NonNull String toString(int value)