| |
ATI_texture_env_combine3 Extension
|
|
|
ATI_texture_env_combine3
The ATI_texture_env_combine3 is adds three new texture
environments as well as to EXT_texture_env_combine.
- Specifically, this exposes the following three new
texture environments:
-
- MODULATE_ADD_ATI - Arg0 * Arg2 + Arg1
- MODULATE_ADD_SIGNED_ATI - Arg0 * Arg2 + Arg1
- 0.5
- MODULATE_SUBTRACT_ATI - Arg0 * Arg2 - Arg1
For full details, including use of GL_ONE and GL_ZERO
as arguments, please refer to the ATI_texture_env_combine3
spec
Sample Applications using ATI_texture_env_combine3
- Radeon® Samples
-
| |
|
| |