Skip to content

Commit

Permalink
Change ContrastProcessor java doc for consistency.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 474002026
  • Loading branch information
leonwind authored and marcbaechinger committed Oct 19, 2022
1 parent 20aa22c commit 7c43562
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import com.google.android.exoplayer2.util.GlUtil;
import java.io.IOException;

/** Contrast processor to apply a {@link Contrast} to each frame. */
/** Applies a {@link Contrast} to each frame in the fragment shader. */
/* package */ final class ContrastProcessor extends SingleFrameGlTextureProcessor {
private static final String VERTEX_SHADER_PATH = "shaders/vertex_shader_transformation_es2.glsl";
private static final String FRAGMENT_SHADER_PATH = "shaders/fragment_shader_contrast_es2.glsl";
Expand Down

0 comments on commit 7c43562

Please sign in to comment.