CullMode


class CullMode


Defines which primitive faces are culled during rasterization.

Summary

Constants

const Int
Back = 3

Back-facing primitives are culled.

const Int
Front = 2

Front-facing primitives are culled.

const Int
None = 1

No faces are culled.

const Int

Indicates that no cull mode is specified.

Public companion functions

String
toString(value: Int)

Constants

Back

const val Back = 3: Int

Back-facing primitives are culled.

Front

const val Front = 2: Int

Front-facing primitives are culled.

None

const val None = 1: Int

No faces are culled.

Undefined

const val Undefined = 0: Int

Indicates that no cull mode is specified.

Public companion functions

toString

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