glPolygonOffset Function
GL_APICALL void GL_APIENTRY glPolygonOffset(
GLfloat factor,
GLfloat units
);
| Name | Description | |
|---|---|---|
| in | factor | This value is ignored |
| in | units | Scaling value corresponding to the minimum resolvable depth value |
Configures the offset value to add to fragment depth values.
However, factor is not supported. No errors occur in this function.
CONFIDENTIAL