PicaDataProcTexClamp Enumerated Type

Syntax

enum PicaDataProcTexClamp;

Value

Value Description
PICA_DATA_PROCTEX_CLAMP_TO_ZERO_DMP This is GL_CLAMP_TO_ZERO_DMP.
PICA_DATA_PROCTEX_CLAMP_TO_EDGE This is GL_CLAMP_TO_EDGE.
PICA_DATA_PROCTEX_SYMMETRICAL_REPEAT_DMP This is GL_SYMMETRICAL_REPEAT_DMP.
PICA_DATA_PROCTEX_MIRRORED_REPEAT This is GL_MIRRORED_REPEAT.
PICA_DATA_PROCTEX_PULSE_DMP This is GL_PULSE_DMP.

Description

Sets the clamping method for procedural textures. Used with the PICA_REG_TEXTURE3_PROCTEX0 register (0x0a8[2:0], [5:3]). Corresponds to the dmp_Texture[3].ptClampU and dmp_Texture[3].ptClampV uniforms.

Revision History

2010/09/27
Initial version.

CONFIDENTIAL