PiperOrigin-RevId: 468152718
This commit is contained in:
leonwind 2022-08-17 10:15:21 +00:00 committed by Marc Baechinger
parent 045a396167
commit 9f6940eaa4

View File

@ -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";