glTexParameterFilter

actual fun glTexParameterFilter(type: TextureType, minFilter: TextureMinFilter, magFilter: TextureMagFilter)

Sets texture minifying and magnifying filters for the currently selected texture of a given type.

expect fun glTexParameterFilter(type: TextureType, minFilter: TextureMinFilter, magFilter: TextureMagFilter)

Sets texture minifying and magnifying filters for the currently selected texture of a given type.

actual fun glTexParameterFilter(type: TextureType, minFilter: TextureMinFilter, magFilter: TextureMagFilter)

Sets texture minifying and magnifying filters for the currently selected texture of a given type.