VertexStepMode


class VertexStepMode


Defines how frequently a vertex buffer is advanced.

Summary

Constants

const Int

The vertex buffer is advanced for each instance.

const Int

Indicates that no vertex step mode is specified.

const Int
Vertex = 1

The vertex buffer is advanced for each vertex.

Public companion functions

String
toString(value: Int)

Constants

Instance

const val Instance = 2: Int

The vertex buffer is advanced for each instance.

Undefined

const val Undefined = 0: Int

Indicates that no vertex step mode is specified.

Vertex

const val Vertex = 1: Int

The vertex buffer is advanced for each vertex.

Public companion functions

toString

Added in 1.0.0-alpha05
fun toString(value: Int): String