Skip to content

Commit b30b9aa

Browse files
GLStubsEmscripten: Changed depth clamp
1 parent 04fc898 commit b30b9aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Graphics/GraphicsEngineOpenGL/include/GLStubsEmscripten.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@
260260
#endif
261261

262262
#ifndef GL_DEPTH_CLAMP
263-
# define GL_DEPTH_CLAMP 0
263+
# define GL_DEPTH_CLAMP 0x864F
264264
#endif
265265

266266
// Blend functions

0 commit comments

Comments
 (0)