TextureMagFilter

enum TextureMagFilter : Enum<TextureMagFilter>

Texture magnifying function.

Entries

LINEAR
Link copied to clipboard

Returns the weighted average of the four texture pixels that are closest to the center of the fragment being textured.

NEAREST
Link copied to clipboard

Returns the value of the texture pixel that is nearest (in taxicab metric) to the center of the fragment being textured.

Properties

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