glimpse-core
/
graphics.glimpse.textures
/
TextureMagFilter
common
Texture
Mag
Filter
enum
TextureMagFilter
:
Enum
<
TextureMagFilter
>
Content copied to clipboard
Texture magnifying function.
Entries
Functions
Properties
Entries
NEAREST
Link copied to clipboard
common
NEAREST
()
Content copied to clipboard
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
LINEAR
()
Content copied to clipboard
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
Content copied to clipboard
equals
Link copied to clipboard
common
operator override fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
hashCode
Link copied to clipboard
common
override fun
hashCode
():
Int
Content copied to clipboard
toString
Link copied to clipboard
common
open override fun
toString
():
String
Content copied to clipboard
Properties
name
Link copied to clipboard
common
val
name
:
String
Content copied to clipboard
ordinal
Link copied to clipboard
common
val
ordinal
:
Int
Content copied to clipboard