Provides information about a texture's channels state. More...
Public Attributes | |
| bool | _r = false |
| Whether the R channel is active (true) or not (false). | |
| bool | _g = false |
| Whether the G channel is active (true) or not (false). | |
| bool | _b = false |
| Whether the B channel is active (true) or not (false). | |
| bool | _a = false |
| Whether the A channel is active (true) or not (false). | |
Provides information about a texture's channels state.
Currently used within the decoded material data to describe which channels are to be used to encode which information.