Method GetMipCount
GetMipCount(int)
Gets the Mip Count for a given size
Declaration
public static int GetMipCount(int size)
Parameters
| Type | Name | Description | 
|---|---|---|
| int | size | The size to obtain the mip count  | 
    
Returns
| Type | Description | 
|---|---|
| int | The mip count  | 
    
GetMipCount(float)
Gets the Mip Count for a given size
Declaration
public static int GetMipCount(float size)
Parameters
| Type | Name | Description | 
|---|---|---|
| float | size | The size to obtain the mip count  | 
    
Returns
| Type | Description | 
|---|---|
| int | The mip count  |