EXT_depth_clamp
WebGL working group (public_webgl 'at' khronos.org)
Members of the WebGL working group
Last modified date: November 06, 2023
Revision: 2
WebGL extension #52
Written against the WebGL API 1.0 specification.
This extension exposes the EXT_depth_clamp functionality to WebGL.
There are no WebGL-specific behavioral changes.
Consult the above extension for documentation, issues and new functions and enumerants.
[Exposed=(Window,Worker), LegacyNoInterfaceObject]
interface EXT_depth_clamp {
const GLenum DEPTH_CLAMP_EXT = 0x864F;
};
DEPTH_CLAMP_EXT is accepted as the cap parameter.
DEPTH_CLAMP_EXT is accepted as the cap parameter.
DEPTH_CLAMP_EXT is accepted as the cap parameter.
A new enum DEPTH_CLAMP_EXT is accepted as the pname parameter.
The return type of this method depends on the parameter queried:
| pname | returned type |
|---|---|
| DEPTH_CLAMP_EXT | GLboolean |
Revision 1, 2023/06/01
Revision 2, 2023/11/06