Method GetRawFormat
GetRawFormat(in GtfTextureInfo)
Returns the texture's format without any flags.
Declaration
public static TextureFormat GetRawFormat(this in GtfTextureInfo texture)
Parameters
| Type | Name | Description |
|---|---|---|
| GtfTextureInfo | texture | The texture. |
Returns
| Type | Description |
|---|---|
| TextureFormat | The texture's format without any flags. |
GetRawFormat(TextureFormat)
Returns the texture format without any flags.
Declaration
public static TextureFormat GetRawFormat(this TextureFormat format)
Parameters
| Type | Name | Description |
|---|---|---|
| TextureFormat | format | The texture format. |
Returns
| Type | Description |
|---|---|
| TextureFormat | The texture format without any flags. |