abstract class Daydream : DreamService, IDisplay abstract class Daydream : DreamService, IDisplay |
|
interface IDisplay interface IDisplay
Interface defining some common methods which all Rajawali displays methods must implement. |
|
interface IRajawaliEglConfigChooser : EGLConfigChooser |
|
interface ISurface interface ISurface
Interface which all rendering surfaces must implement so that |
|
open class SurfaceView : GLSurfaceView, ISurface open 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. |