Skip to content

Commit

Permalink
disable stencil buffer on Android OpenGLES.
Browse files Browse the repository at this point in the history
  • Loading branch information
vinsentli committed Dec 22, 2024
1 parent d47579e commit 1260306
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ protected void onCreate(Bundle icicle) {
} else if (mConfigs[i].version.flavor == SampleLib.BackendFlavor.OpenGL_ES) {
backendView =
new SampleView(
getApplication(), mConfigs[i].version, mConfigs[i].swapchainColorTextureFormat, true);
getApplication(), mConfigs[i].version, mConfigs[i].swapchainColorTextureFormat);
((SampleView) backendView).onPause();
}

Expand Down

0 comments on commit 1260306

Please sign in to comment.