glClampColor

specify whether data read via

Signature

glClampColor( GLenum ( target ) , GLenum ( clamp ) )-> void
glClampColor( target , clamp )

Parameters

VariablesDescription
target
Target for color clamping. target must be GL_CLAMP_READ_COLOR .
clamp
Specifies whether to apply color clamping. clamp must be GL_TRUE or GL_FALSE .