Enum Dds.Header.Caps2Flags

caps2 values

enum Caps2Flags : int { ... }

Enum members

NameDescription
DDSCAPS2_CUBEMAP Required for a cube map.
DDSCAPS2_CUBEMAP_NEGATIVEX Required when these surfaces are stored in a cube map.
DDSCAPS2_CUBEMAP_NEGATIVEY Required when these surfaces are stored in a cube map.
DDSCAPS2_CUBEMAP_NEGATIVEZ Required when these surfaces are stored in a cube map.
DDSCAPS2_CUBEMAP_POSITIVEX Required when these surfaces are stored in a cube map.
DDSCAPS2_CUBEMAP_POSITIVEY Required when these surfaces are stored in a cube map.
DDSCAPS2_CUBEMAP_POSITIVEZ Required when these surfaces are stored in a cube map.
DDSCAPS2_VOLUME Required for a volume texture.