Struct Dds.Header
struct Header
;
Fields
Name | Type | Description |
---|---|---|
_reserved1
|
uint[11] | Unused |
_reserved2
|
uint[3] | Unused |
caps
|
uint | See CapsFlags |
caps2
|
uint | See Caps2Flags |
ddpf
|
Dds | See DDPF
|
depth
|
uint | Depth of a volume texture (in pixels), otherwise unused. |
flags
|
uint | See Flags
|
height
|
uint | Height in pixels |
linear_size
|
uint | 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
|
uint | Number of mipmap levels, otherwise unused. |
size
|
uint | Size of the header struct. Always 124 |
width
|
uint | Width in pixels |
Methods
Name | Description |
---|---|
toString
()
|
Inner structs
Name | Description |
---|---|
DDPF
|
DirectDraw Pixel Format |
Enums
Name | Description |
---|---|
Caps2Flags
|
caps2 values |
CapsFlags
|
caps values |
Flags
|