MipmapFilterMode


class MipmapFilterMode


Defines the filtering mode used between mipmap levels.

Summary

Constants

const Int
Linear = 2

Linear filtering between mipmaps.

const Int

Nearest-neighbor filtering between mipmaps.

const Int

Indicates that no mipmap filter mode is specified.

Public companion functions

String
toString(value: Int)

Constants

Linear

const val Linear = 2: Int

Linear filtering between mipmaps.

Nearest

const val Nearest = 1: Int

Nearest-neighbor filtering between mipmaps.

Undefined

const val Undefined = 0: Int

Indicates that no mipmap filter mode is specified.

Public companion functions

toString

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