Modules§
Structs§
- GLPlayer
External 🔒Images - Bridge between the webrender::ExternalImage callbacks and the GLPlayerThreads.
- WindowGL
Context - A
PlayerGLContext
that renders to a window. Note that if the background thread is not started for this context, then it is inactive (returningUnknown
values in the trait implementation).
Enums§
- GLPlayer
Msg - GLPlayer thread Message API
- GLPlayer
MsgForward - These are the messages that the GLPlayer thread will forward to the video player which lives in htmlmediaelement
- GlApi
- GlContext
- Native
Display
Statics§
- WINDOW_
GL_ 🔒CONTEXT - A global version of the
WindowGLContext
to be shared between the embedder and the constellation. This is only okay to do because OpenGL contexts cannot be used across processes anyway.