Skip to content

Commit d21c553

Browse files
Use 32-bit depth
1 parent 59b8ac6 commit d21c553

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/GPUTestFramework/src/Linux/TestingEnvironmentLinux.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ NativeWindow GPUTestingEnvironment::CreateNativeWindow()
5959
GLX_ALPHA_SIZE, 8,
6060

6161
// The largest available depth buffer of at least GLX_DEPTH_SIZE size is preferred
62-
GLX_DEPTH_SIZE, 24,
62+
GLX_DEPTH_SIZE, 32,
6363

6464
//GLX_SAMPLE_BUFFERS, 1,
6565
GLX_SAMPLES, 1,

0 commit comments

Comments
 (0)