Struct GtfTextureAttribute
Represents a texture attribute in a GTF file.
Inherited Members
Namespace: GtfDdsSharp
Assembly: GtfDdsSharp.dll
Syntax
public struct GtfTextureAttribute
Fields
| Name | Description |
|---|---|
| Id | The index of the texture attribute. |
| Info | The texture information. |
| OffsetToTex | The offset of the texture data in the file. |
| TextureSize | The size of the texture data in bytes. |