コード例 #1
0
ファイル: GlesContext.cs プロジェクト: vichairat/SkiaSharp
 public bool SwapBuffers()
 {
     return(Egl.eglSwapBuffers(eglDisplay, eglSurface) == Egl.EGL_TRUE);
 }