Interface GlEffect

    • Method Detail

      • isNoOp

        default boolean isNoOp​(int inputWidth,
                               int inputHeight)
        Deprecated.
        Returns whether a GlEffect applies no change at every timestamp.

        This can be used as a hint to skip this instance.

        Parameters:
        inputWidth - The input frame width, in pixels.
        inputHeight - The input frame height, in pixels.