texture_set_auto_mipmap


Description:

public static void texture_set_auto_mipmap (PrimitiveTexture primitive_texture, Bool value)

Sets whether the texture will automatically update the smaller mipmap levels after any part of level 0 is updated.

The update will only occur whenever the texture is used for drawing with a texture filter that requires the lower mipmap levels. An application should disable this if it wants to upload its own data for the other levels. By default auto mipmapping is enabled.

Parameters:

primitive_texture

A PrimitiveTexture

value

The new value for whether to auto mipmap