TextureMagFilter

enum TextureMagFilter : Enum<TextureMagFilter>

Texture magnifying function.

Entries

NEAREST
Link copied to clipboard
common
Returns the value of the texture pixel that is nearest (in taxicab metric) to the center of the fragment being textured.
LINEAR
Link copied to clipboard
common
Returns the weighted average of the four texture pixels that are closest to the center of the fragment being textured.

Functions

compareTo
Link copied to clipboard
common
operator override fun compareTo(other: TextureMagFilter): Int
equals
Link copied to clipboard
common
operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
common
override fun hashCode(): Int
toString
Link copied to clipboard
common
open override fun toString(): String

Properties

name
Link copied to clipboard
common
val name: String
ordinal
Link copied to clipboard
common
val ordinal: Int