Method GetGtfAlignment
GetGtfAlignment(uint)
Rounds up the specified size to be aligned to a GTF texture boundary.
Declaration
public static uint GetGtfAlignment(uint size)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | size | The initial size to be aligned. |
Returns
| Type | Description |
|---|---|
| uint | The aligned size, which is a multiple of Alignment. |