gl Tex Parameter Filter
actual fun glTexParameterFilter(type: TextureType, minFilter: TextureMinFilter, magFilter: TextureMagFilter)
Content copied to clipboard
Sets texture minifying and magnifying filters for the currently selected texture of a given type.
expect fun glTexParameterFilter(type: TextureType, minFilter: TextureMinFilter, magFilter: TextureMagFilter)
Content copied to clipboard
Sets texture minifying and magnifying filters for the currently selected texture of a given type.
actual fun glTexParameterFilter(type: TextureType, minFilter: TextureMinFilter, magFilter: TextureMagFilter)
Content copied to clipboard
Sets texture minifying and magnifying filters for the currently selected texture of a given type.