Package com.gaia3d.render
Class MagoFboSet
java.lang.Object
com.gaia3d.render.MagoFboSet
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcleanup()voidclearAll(int argbColor, float depth) booleancontains(CameraDirectionType direction) voidcreate(CameraDirectionType direction, int width, int height) createCompatible(int clearColor, float clearDepth) get(CameraDirectionType direction) voidresizeAll(int width, int height) intsize()
-
Constructor Details
-
MagoFboSet
public MagoFboSet()
-
-
Method Details
-
create
-
get
-
contains
-
resizeAll
public void resizeAll(int width, int height) -
clearAll
public void clearAll(int argbColor, float depth) -
cleanup
public void cleanup() -
size
public int size() -
createCompatible
-