Closed TheMostDiligent closed 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
GL_DEPTH_CLAMP
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