Method IsTextureSupported
IsTextureSupported(Texture2D, out string)
Check if the given texture is formatted correctly for the use as color LUT.
Declaration
public static bool IsTextureSupported(Texture2D texture, out string errorMessage)
Parameters
Type | Name | Description |
---|---|---|
Texture2D | texture | Texture to check |
string | errorMessage | Error message describing acceptance fail reason |
Returns
Type | Description |
---|---|
bool |