-
- All Implemented Interfaces:
-
com.otaliastudios.cameraview.filter.Filter
public final class NoFilter extends BaseFilter
A Filter that draws frames without any modification.
-
-
Method Summary
Modifier and Type Method Description StringgetFragmentShader()Returns a String containing the fragment shader. -
Methods inherited from class com.otaliastudios.cameraview.filter.BaseFilter
copy, draw, getVertexShader, onCreate, onDestroy, setSize -
Methods inherited from class com.otaliastudios.cameraview.filter.Filter
copy -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getFragmentShader
@NonNull() String getFragmentShader()
Returns a String containing the fragment shader.Together with getVertexShader, this will be used tocreate the OpenGL program.
-
-
-
-