mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix typo
PiperOrigin-RevId: 468152718
This commit is contained in:
parent
977370e9db
commit
c6a10ad227
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ import java.io.IOException;
|
|||
* 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
|
||||
* color space. Intermediate reults are not clamped.
|
||||
* color space. Intermediate results are not clamped.
|
||||
*/
|
||||
/* package */ final class RgbMatrixProcessor extends SingleFrameGlTextureProcessor {
|
||||
private static final String VERTEX_SHADER_PATH = "shaders/vertex_shader_transformation_es2.glsl";
|
||||
|
|
|
|||
Loading…
Reference in a new issue