mirror of
https://github.com/servo/servo.git
synced 2025-08-10 07:55:33 +01:00
Update surfman to 0.2 and remove glutin
This commit is contained in:
parent
9dbc6554f0
commit
8bb1732258
94 changed files with 2265 additions and 1513 deletions
|
@ -9,15 +9,10 @@ public:
|
|||
OpenGLES();
|
||||
~OpenGLES();
|
||||
|
||||
EGLSurface
|
||||
CreateSurface(winrt::Windows::UI::Xaml::Controls::SwapChainPanel const &,
|
||||
float dpi);
|
||||
EGLNativeWindowType
|
||||
GetNativeWindow(winrt::Windows::UI::Xaml::Controls::SwapChainPanel const &,
|
||||
float dpi);
|
||||
|
||||
void GetSurfaceDimensions(const EGLSurface surface, EGLint *width,
|
||||
EGLint *height);
|
||||
void DestroySurface(const EGLSurface surface);
|
||||
void MakeCurrent(const EGLSurface surface);
|
||||
EGLBoolean SwapBuffers(const EGLSurface surface);
|
||||
void Reset();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue