Struct Layout
Represents a layout used for texture conversion.
Inherited Members
Namespace: GtfDdsSharp
Assembly: GtfDdsSharp.dll
Syntax
public struct Layout
Fields
| Name | Description |
|---|---|
| ColorDepth | The color depth of the texture. |
| DdsDepth | The depth of the DDS texture. |
| DdsExpand | Indicates whether the DDS texture should be expanded. |
| DdsOffset | The offset to the DDS data. |
| DdsPitch | The pitch of the DDS texture. |
| DdsSize | The size of the DDS data in bytes. |
| Depth | The depth of the texture. |
| GtfLinearOffset | The offset to the linear GTF data. |
| GtfLinearSize | The size of the linear GTF data in bytes. |
| GtfSwizzleOffset | The offset to the swizzled GTF data. |
| GtfSwizzleSize | The size of the swizzled GTF data in bytes. |
| Height | The height of the texture. |
| Pitch | The pitch of the texture. |
| Width | The width of the texture. |