Method IsSwizzlable
IsSwizzlable(in GtfTextureInfo)
Returns whether the texture can use a swizzled memory layout.
Declaration
public static bool IsSwizzlable(this in GtfTextureInfo tex)
Parameters
| Type | Name | Description |
|---|---|---|
| GtfTextureInfo | tex | The texture. |
Returns
| Type | Description |
|---|---|
| bool | Whether the texture can use a swizzled memory layout. |