Package 

Class RiveEGLPBufferSurface

  • All Implemented Interfaces:
    app.rive.core.CheckableAutoCloseable , java.lang.AutoCloseable

    
    public final class RiveEGLPBufferSurface
    extends RiveSurface implements AutoCloseable
                        

    A PBuffer-backed EGL surface used for off-screen rendering and image capture.

    Meant for use with and created from a RenderContextGL.

    ⚠️ This class assumes ownership of all resources and should be closed using CommandQueue.destroyRiveSurface when no longer needed.