Merge "Fix incorrect name in eglSwapBuffers log wrapper"
This commit is contained in:
@@ -326,7 +326,7 @@ class EGLLogWrapper implements EGL11 {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) {
|
public boolean eglSwapBuffers(EGLDisplay display, EGLSurface surface) {
|
||||||
begin("eglInitialize");
|
begin("eglSwapBuffers");
|
||||||
arg("display", display);
|
arg("display", display);
|
||||||
arg("surface", surface);
|
arg("surface", surface);
|
||||||
end();
|
end();
|
||||||
|
|||||||
Reference in New Issue
Block a user