diff --git a/src/CubeMapTexture.h b/src/CubeMapTexture.h index 9ff62d0cf..edf64830a 100644 --- a/src/CubeMapTexture.h +++ b/src/CubeMapTexture.h @@ -63,8 +63,10 @@ class CubeMapTexture: public AbstractTexture { /** * @brief Enable/disable seamless cube map textures * + * Initially disabled on desktop OpenGL. * @see @fn_gl{Enable}/@fn_gl{Disable} with @def_gl{TEXTURE_CUBE_MAP_SEAMLESS} - * @requires_gl + * @requires_gl Not available in OpenGL ES 2.0, always enabled in + * OpenGL ES 3.0. * @requires_gl32 Extension @extension{ARB,seamless_cube_map} */ inline static void setSeamless(bool enabled) {