Method IsTextureFormatSupported
IsTextureFormatSupported(TextureFormat)
Determines whether the given format
is supported.
Declaration
public bool IsTextureFormatSupported(TextureFormat format)
Parameters
Type | Name | Description |
---|---|---|
TextureFormat | format | The TextureFormat to test. |
Returns
Type | Description |
---|---|
bool |
|