Package arc.fx.util
Class FxBufferRenderer
java.lang.Object
arc.fx.util.FxBufferRenderer
- All Implemented Interfaces:
Disposable
Simple renderer that is capable of drawing textures onto the screen or into another buffer.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.void
rebind()
void
renderToFbo
(FrameBuffer input, FrameBuffer output) void
renderToScreen
(FrameBuffer input) void
renderToScreen
(FrameBuffer input, int x, int y, int width, int height) 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
-
FxBufferRenderer
public FxBufferRenderer()
-
-
Method Details
-
dispose
public void dispose()Description copied from interface:Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-
rebind
public void rebind() -
renderToScreen
-
renderToScreen
-
renderToFbo
-