Struct DdsHeader
Represents the header of a DDS file.
Inherited Members
Namespace: GtfDdsSharp
Assembly: GtfDdsSharp.dll
Syntax
public struct DdsHeader
Fields
| Name | Description |
|---|---|
| Caps1 | DDS surface capabilities flags. |
| Caps2 | Additional DDS surface capabilities flags. |
| DdsPF | The pixel format information for the DDS texture. |
| Depth | The depth of the DDS texture (for volume textures). |
| Flags | Flags indicating which members contain valid data. |
| Height | The height of the DDS texture in pixels. |
| Magic | The magic number identifying a DDS file. |
| MipmapCount | The number of mipmap levels. |
| PitchOrLinearSize | The pitch or linear size of the DDS texture. |
| Reserved1 | Reserved fields for future use. |
| Reserved2 | Reserved fields for future use. |
| Size | The size of the DDS header in bytes. |
| Width | The width of the DDS texture in pixels. |