FilterMode


class FilterMode


Defines the texture filtering mode for magnification and minification.

Summary

Constants

const Int
Linear = 2

Linear filtering.

const Int

Nearest-neighbor filtering.

const Int

Indicates that no filter mode is specified.

Public companion functions

String
toString(value: Int)

Constants

Linear

const val Linear = 2: Int

Linear filtering.

Nearest

const val Nearest = 1: Int

Nearest-neighbor filtering.

Undefined

const val Undefined = 0: Int

Indicates that no filter mode is specified.

Public companion functions

toString

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