Package com.gaia3d.basic.magogl.backend
Interface MagoRenderingSession
- All Superinterfaces:
AutoCloseable
-
Method Summary
Modifier and TypeMethodDescriptionvoidclose()default MagoFbogetComparisonFbo(MagoFbo fbo) Returns the backend result for comparison without replacing the CPU FBO.default voidreadback()Copies backend-owned render targets into their corresponding CPU FBOs.voidrenderIntoFbo(MagoRenderableScene scene, MagoRenderContext context) default voidResets a backend target from the current CPU FBO clear values.
-
Method Details
-
renderIntoFbo
-
readback
default void readback()Copies backend-owned render targets into their corresponding CPU FBOs. Software sessions already render into CPU FBOs and therefore do nothing. -
reset
Resets a backend target from the current CPU FBO clear values. -
getComparisonFbo
Returns the backend result for comparison without replacing the CPU FBO. -
close
void close()- Specified by:
closein interfaceAutoCloseable
-