Package com.gaia3d.renderer.engine.fbo
Class FboMRT
java.lang.Object
com.gaia3d.renderer.engine.fbo.FboMRT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbind()voidcleanup()getBufferedImage(int index, int bufferedImageType) byte[]getBytesArray(int index, int format) intgetColorTextureId(int index) intreadPixels(int index, int format) voidunbind()
-
Constructor Details
-
FboMRT
-
-
Method Details
-
bind
public void bind() -
unbind
public void unbind() -
getColorTextureId
public int getColorTextureId(int index) -
readPixels
-
getBytesArray
public byte[] getBytesArray(int index, int format) -
getBufferedImage
-
cleanup
public void cleanup() -
getNumColorAttachments
public int getNumColorAttachments()
-