EXT_polygon_offset_clamp
WebGL working group (public_webgl 'at' khronos.org)
Members of the WebGL working group
Last modified date: November 06, 2023
Revision: 3
WebGL extension #50
Written against the WebGL API 1.0 specification.
This extension exposes the EXT_polygon_offset_clamp functionality to WebGL.
There are no WebGL-specific behavioral changes.
Consult the above extension for documentation, issues and new functions and enumerants.
When this extension is enabled:
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface EXT_polygon_offset_clamp {
const GLenum POLYGON_OFFSET_CLAMP_EXT = 0x8E1B;
undefined polygonOffsetClampEXT(GLfloat factor, GLfloat units, GLfloat clamp);
};
POLYGON_OFFSET_CLAMP_EXT is accepted as the pname parameter.
| pname | returned type |
|---|---|
| POLYGON_OFFSET_CLAMP_EXT | GLfloat |
Revision 1, 2023/01/26
Revision 2, 2023/02/09
Revision 3, 2023/11/06