Method ConvertLayoutBuffer
ConvertLayoutBuffer(Layout[], in GtfTextureInfo, in DdsHeader)
Initializes the specified layout buffer using the given GTF texture and DDS file header.
Declaration
public static void ConvertLayoutBuffer(Layout[] layouts, in GtfTextureInfo texture, in DdsHeader ddsHeader)
Parameters
| Type | Name | Description |
|---|---|---|
| Layout[] | layouts | The layout buffer to initialize. |
| GtfTextureInfo | texture | A GTF texture. |
| DdsHeader | ddsHeader | A DDS file header. |