[−][src]Crate servo
The servo test application.
Creates a Servo instance with a simple implementation of
the compositor's WindowMethods to create a working web browser.
This browser's implementation of WindowMethods is built on top
of glutin, the cross-platform OpenGL utility and windowing
library.
For the engine itself look next door in components/servo/lib.rs.
Modules
| browser | |
| glutin_app | A simple application that uses glutin to open a window for Servo to display in. |
| platform | |
| resources |
Functions
| glBindVertexArrayOES | |
| glDeleteVertexArraysOES | |
| glDiscardFramebufferEXT | |
| glFramebufferTexture2DMultisampleIMG | |
| glGenVertexArraysOES | |
| glRenderbufferStorageMultisampleIMG | |
| install_crash_handler | |
| main |