glTexParameterWrap

actual fun glTexParameterWrap(type: TextureType, wrapS: TextureWrap, wrapT: TextureWrap)

Sets wrap parameter for texture coordinates S and T for the currently selected texture of a given type.

expect fun glTexParameterWrap(type: TextureType, wrapS: TextureWrap, wrapT: TextureWrap)

Sets wrap parameter for texture coordinates S and T for the currently selected texture of a given type.

actual fun glTexParameterWrap(type: TextureType, wrapS: TextureWrap, wrapT: TextureWrap)

Sets wrap parameter for texture coordinates S and T for the currently selected texture of a given type.