Package arc.fx.filters
Class CopyFilter
java.lang.Object
arc.fx.FxFilter
arc.fx.filters.CopyFilter
- All Implemented Interfaces:
Disposable
-
Field Summary
Fields inherited from class arc.fx.FxFilter
autobind, disabled, inputTexture, outputBuffer, shader, time, u_texture0, u_texture1, u_texture2, u_texture3
-
Constructor Summary
-
Method Summary
Methods inherited from class arc.fx.FxFilter
compileShader, compileShader, dispose, isDisabled, onBeforeRender, rebind, render, render, resize, setDisabled, setInput, setInput, setOutput, setParams, update
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface arc.util.Disposable
isDisposed
-
Constructor Details
-
CopyFilter
public CopyFilter()
-