Method GetMaxCacheSizeForWeightInByte
GetMaxCacheSizeForWeightInByte(int, bool, GraphicsFormat)
Compute the max size of a power of two atlas for a given size in byte (weight).
Declaration
public static int GetMaxCacheSizeForWeightInByte(int weight, bool hasMipmap, GraphicsFormat format)
Parameters
Type | Name | Description |
---|---|---|
int | weight | Atlas size in bytes. |
bool | hasMipmap | Atlas uses mip maps. |
GraphicsFormat | format | Atlas format. |
Returns
Type | Description |
---|---|
int |