Method GetSupportedTextureFormatAtImpl
GetSupportedTextureFormatAtImpl(int)
Derived methods should return the TextureFormat at the given index
.
index
has already been validated to be within [0..supportedTextureFormatCount].
Declaration
protected abstract TextureFormat GetSupportedTextureFormatAtImpl(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index | The index of the format to retrieve. |
Returns
Type | Description |
---|---|
TextureFormat | The supported format at |