[]
Calculates the resulting size at a single level for an original size.
public static int CalculateMipSize(int mipLevel, int baseSize)
| Type | Name | Description |
|---|---|---|
| int | mipLevel | The mip level to get the size. |
| int | baseSize | Size of the base. |
| Type | Description |
|---|---|
| int | Size of the mipLevel |