abstract class Daydream : DreamService, IDisplayabstract class Daydream : DreamService, IDisplay |
|
interface IDisplayinterface IDisplay
Interface defining some common methods which all Rajawali displays methods must implement. |
|
interface IRajawaliEglConfigChooser : EGLConfigChooser |
|
interface ISurfaceinterface ISurface
Interface which all rendering surfaces must implement so that |
|
open class SurfaceView : GLSurfaceView, ISurfaceopen class SurfaceView : GLSurfaceView, ISurface
Rajawali version of a |
|
open class TextureView : TextureView, ISurface
Rajawali version of a TextureView. If you plan on using Rajawali with a TextureView, it is imperative that you extend this class or life cycle events may not function as you expect. |