Skip to content

Commit

Permalink
update comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsentli committed Dec 22, 2024
1 parent 1260306 commit f14372c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public ConfigChooser(SampleLib.BackendVersion version, boolean enableStencilBuff
public EGLConfig chooseConfig(EGL10 egl, EGLDisplay display) {
final int EGL_OPENGL_ES2_BIT = 4;

// Set ourselves a strict configuration: RGBA8888, 16-bit depth buffer, 8-bit stencil buffer.
// Set ourselves a strict configuration: RGBA8888, 16-bit depth buffer, no stencil buffer.
final int[] configAttribs = {
EGL10.EGL_RED_SIZE, 8,
EGL10.EGL_GREEN_SIZE, 8,
Expand Down

0 comments on commit f14372c

Please sign in to comment.