Method GetInvertFlag
GetInvertFlag(TextureFormat)
Returns a value describing how to invert memory when converting the specified texture.
Declaration
public static InvertFlag GetInvertFlag(this TextureFormat rawFormat)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureFormat | rawFormat | The raw texture format. |
Returns
| Type | Description |
|---|---|
| InvertFlag | A value describing how to invert memory when converting the specified texture. |