Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ishan09811 authored Feb 26, 2024
1 parent 31fc241 commit ff4a0fe
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ public void onSurfaceCreated(GL10 unused, EGLConfig config) {
Log.e(Constants.LOG_TAG, "OpenGL 3.1 or higher is required");
}

// Load and compile FXAA shader
loadFXAAShaders();
compileFXAAShaderProgram();

glClearColor(0.0f, 0.0f, 0.0f, 1.0f);
glClear(GL_COLOR_BUFFER_BIT);

Expand Down

0 comments on commit ff4a0fe

Please sign in to comment.