Package com.gaia3d.renderer.engine.fbo
Class Fbo
java.lang.Object
com.gaia3d.renderer.engine.fbo.Fbo
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind()voidcleanup()getBufferedImage(int bufferedImageType) byte[]getBytesArray(int format) readPixels(int format) voidresize(int newWidth, int newHeight) voidunbind()
-
Constructor Details
-
Fbo
-
-
Method Details
-
bind
public void bind() -
unbind
public void unbind() -
readPixels
-
getBytesArray
public byte[] getBytesArray(int format) -
getBufferedImage
-
cleanup
public void cleanup() -
resize
public void resize(int newWidth, int newHeight)
-