Method CreateLayoutBuffer
CreateLayoutBuffer(in GtfTextureInfo, in DdsHeader, out uint, out uint)
Creates a layout buffer using the specified GTF texture and DDS file header.
Declaration
public static Layout[] CreateLayoutBuffer(in GtfTextureInfo texture, in DdsHeader ddsHeader, out uint gtfImageSize, out uint ddsImageSize)
Parameters
| Type | Name | Description |
|---|---|---|
| GtfTextureInfo | texture | A GTF texture. |
| DdsHeader | ddsHeader | A DDS file header. |
| uint | gtfImageSize | The size of the GTF image produced by converting the DDS image. |
| uint | ddsImageSize | The size of the DDS image. |
Returns
| Type | Description |
|---|---|
| Layout[] | The layout buffer. |