CubeMap.Flags/flags - multiple declarations

Function CubeMap.flags

The render flags for the CubeMap. See the flags constants for details.

long flags() nothrow @property @nogc;

void flags (
  long v
) nothrow @property @nogc;

Enum CubeMap.Flags

enum Flags : int { ... }

Enum members

NameDescription
flagFilter Turn on magnifying filter, to enable smooth zooming in of the texture.
flagMipmaps Generate mipmaps, to enable smooth zooming out of the texture.
flagRepeat Repeat (instead of clamp to edge).
flagsDefault Default flags. Generate mipmaps, repeat, and filter are enabled.