File tree Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Expand file tree Collapse file tree 2 files changed +10
-18
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,7 @@ const EGLint attribute_list[] = {
65
65
EGL_GREEN_SIZE , 8 ,
66
66
EGL_BLUE_SIZE , 8 ,
67
67
EGL_ALPHA_SIZE , 0 ,
68
+ EGL_STENCIL_SIZE , 8 ,
68
69
EGL_RENDERABLE_TYPE , EGL_OPENGL_ES2_BIT ,
69
70
EGL_NONE
70
71
};
Original file line number Diff line number Diff line change 35
35
// EGL_BUFFER_SIZE, 32,
36
36
// EGL_RENDERABLE_TYPE,
37
37
// EGL_OPENGL_ES2_BIT,
38
- EGL_SAMPLES ,
39
- 0 ,
40
- EGL_RED_SIZE ,
41
- 8 ,
42
- EGL_GREEN_SIZE ,
43
- 8 ,
44
- EGL_BLUE_SIZE ,
45
- 8 ,
46
- EGL_ALPHA_SIZE ,
47
- EGL_DONT_CARE ,
48
- EGL_STENCIL_SIZE ,
49
- 8 ,
50
- EGL_DEPTH_SIZE ,
51
- 0 ,
52
- EGL_SURFACE_TYPE ,
53
- EGL_WINDOW_BIT ,
54
- EGL_MIN_SWAP_INTERVAL ,
55
- 0 ,
38
+ EGL_SAMPLES , 0 ,
39
+ EGL_RED_SIZE , 8 ,
40
+ EGL_GREEN_SIZE , 8 ,
41
+ EGL_BLUE_SIZE , 8 ,
42
+ EGL_ALPHA_SIZE , EGL_DONT_CARE ,
43
+ EGL_STENCIL_SIZE , 8 ,
44
+ EGL_DEPTH_SIZE , 0 ,
45
+ EGL_SURFACE_TYPE , EGL_WINDOW_BIT ,
46
+ EGL_MIN_SWAP_INTERVAL , 0 ,
56
47
EGL_NONE ,
57
48
};
58
49
You can’t perform that action at this time.
0 commit comments