nw::gfx::res::ResTextureCombinerSource::Kind Enumerated Typeenum Kind;
| Value | Description |
|---|---|
KIND_TEXTURE0 |
Texture 0. |
KIND_TEXTURE1 |
Texture 1. |
KIND_TEXTURE2 |
Texture 2. |
KIND_TEXTURE3 |
Texture 3. |
KIND_CONSTANT |
Contant color. |
KIND_PRIMARY_COLOR |
Result output by vertex shader. |
KIND_PREVIOUS |
The output result of the previous stage. |
KIND_FRAGMENT_PRIMARY_COLOR_DMP |
The primary color. |
KIND_FRAGMENT_SECONDARY_COLOR_DMP |
The secondary color. |
Indicates the source.
CONFIDENTIAL