logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

removedTypes - Describes types removed and replaced in the OpenGL API in OpenGL 4.2

Description

       In the May, 2012 update of the OpenGL 4.2 Specification, all APIs using the types GLclampf and GLclampd
       were modified to use GLfloat and GLdouble, respectively, instead. Language was added to the Specification
       requiring that these parameters be clamped, when required, at use time rather than at specification time.

       This change allows specifying parameters in ranges appropriate for non-fixed-point framebuffers (integer
       and floating-point formats). The change does not require any changes to user code calling these
       functions, because the actual underlying types are identical, the behavior is externally unchanged, and
       the header files continue to define the old types for compatibility with older code.

Name

       removedTypes - Describes types removed and replaced in the OpenGL API in OpenGL 4.2

See Also

glBlendColor(), glClearColor(), glClearDepth(), glDepthRange(), glDepthRangeArray(),
       glDepthRangeIndexed(), glMinSampleShading(), glSampleCoverage()

See Also