glPolygonOffset Function

Syntax

GL_APICALL void GL_APIENTRY glPolygonOffset(
     GLfloat factor,
     GLfloat units
);

Arguments

Name Description
in factor This value is ignored
in units Scaling value corresponding to the minimum resolvable depth value

Return Values

No values are returned.

Description

Configures the offset value to add to fragment depth values.

However, factor is not supported. No errors occur in this function.

Revision History

2010/01/07
Initial version.

CONFIDENTIAL