Commit c6a10ad2 by leonwind Committed by Marc Baechinger

Fix typo

PiperOrigin-RevId: 468152718
parent 977370e9
...@@ -30,7 +30,7 @@ import java.io.IOException; ...@@ -30,7 +30,7 @@ import java.io.IOException;
* Applies a sequence of {@link RgbMatrix} to each frame. * Applies a sequence of {@link RgbMatrix} to each frame.
* *
* <p>After applying all {@link RgbMatrix} instances, color values are clamped to the limits of the * <p>After applying all {@link RgbMatrix} instances, color values are clamped to the limits of the
* color space. Intermediate reults are not clamped. * color space. Intermediate results are not clamped.
*/ */
/* package */ final class RgbMatrixProcessor extends SingleFrameGlTextureProcessor { /* package */ final class RgbMatrixProcessor extends SingleFrameGlTextureProcessor {
private static final String VERTEX_SHADER_PATH = "shaders/vertex_shader_transformation_es2.glsl"; private static final String VERTEX_SHADER_PATH = "shaders/vertex_shader_transformation_es2.glsl";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment