DiligentGraphics / DiligentCore

A modern cross-platform low-level graphics API
http://diligentgraphics.com/diligent-engine/
Apache License 2.0
635 stars 138 forks source link

GL: check depth clamp support #619

Closed TheMostDiligent closed 3 months ago

TheMostDiligent commented 3 months ago

Currently, the support of GL_DEPTH_CLAMP is not checked, which will result in errors if it is not supported. https://github.com/DiligentGraphics/DiligentCore/blob/master/Graphics/GraphicsEngineOpenGL/src/GLContextState.cpp#L674