Dds.Header

Members

Enums

Caps2Flags
enum Caps2Flags

caps2 values

CapsFlags
enum CapsFlags

caps values

Flags
enum Flags

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DDPF
struct DDPF

DirectDraw Pixel Format

Variables

_reserved1
uint32_t[11] _reserved1;

Unused

_reserved2
uint32_t[3] _reserved2;

Unused

caps
uint32_t caps;

See CapsFlags

caps2
uint32_t caps2;

See Caps2Flags

ddpf
DDPF ddpf;

See DDPF

depth
uint32_t depth;

Depth of a volume texture (in pixels), otherwise unused.

flags
uint32_t flags;

See Flags

height
uint32_t height;

Height in pixels

linear_size
uint32_t linear_size;

The pitch or number of bytes per scan line in an uncompressed texture; the total number of bytes in the top level texture for a compressed texture.

mip_map_count
uint32_t mip_map_count;

Number of mipmap levels, otherwise unused.

size
uint32_t size;

Size of the header struct. Always 124

width
uint32_t width;

Width in pixels

Meta