Method GetSupportedTextureFormatAt
GetSupportedTextureFormatAt(int)
Returns the supported texture format at index
. Useful for enumerating the supported texture formats for image addition.
Declaration
public TextureFormat GetSupportedTextureFormatAt(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the format to retrieve. |
Returns
Type | Description |
---|---|
TextureFormat | The supported format at |