Value | Meaning |
---|---|
flagMipmaps1 | Generate mipmaps, to enable smooth zooming out of the texture. |
flagRepeat2 | Repeat (instead of clamp to edge). |
flagFilter4 | Turn on magnifying filter, to enable smooth zooming in of the texture. |
flagsDefault7 | Default flags. Generate mipmaps, repeat, and filter are enabled. |