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.

Since v1.1.0, there is no need to call this function explicitly. To change texture filters, use texture builder.

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

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

Since v1.1.0, there is no need to call this function explicitly. To change texture filters, use texture builder.

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

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

Since v1.1.0, there is no need to call this function explicitly. To change texture filters, use texture builder.