EXT_texture_mirror_clamp_to_edge
WebGL working group (public_webgl 'at' khronos.org)
Members of the WebGL working group
Last modified date: January 25, 2024
Revision: 2
WebGL extension #62
Written against the WebGL API 1.0 specification.
This extension exposes the EXT_texture_mirror_clamp_to_edge 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_texture_mirror_clamp_to_edge {
const GLenum MIRROR_CLAMP_TO_EDGE_EXT = 0x8743;
};
MIRROR_CLAMP_TO_EDGE_EXT is accepted as the param parameter
when pname is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or
TEXTURE_WRAP_R.
MIRROR_CLAMP_TO_EDGE_EXT is accepted as the param parameter
when pname is TEXTURE_WRAP_S, TEXTURE_WRAP_T, or
TEXTURE_WRAP_R.
MIRROR_CLAMP_TO_EDGE_EXT is accepted as the
param parameter when pname is TEXTURE_WRAP_S,
TEXTURE_WRAP_T, or TEXTURE_WRAP_R.
MIRROR_CLAMP_TO_EDGE_EXT is accepted as the
param parameter when pname is TEXTURE_WRAP_S,
TEXTURE_WRAP_T, or TEXTURE_WRAP_R.
Revision 1, 2023/06/01
Revision 2, 2024/01/25