mirror of
https://github.com/godotengine/godot-angle-static.git
synced 2026-01-03 14:09:33 +03:00
TraceTest: Route eglGetError through WGL
eglGetError is not implemented, but shouldn't crash on Windows. Bug: angleproject:7799 Change-Id: I61158ab21b86539020b5d492486333a56908ab69 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/3995984 Reviewed-by: Jamie Madill <jmadill@chromium.org> Commit-Queue: Cody Northrop <cnorthrop@google.com>
This commit is contained in:
committed by
Angle LUCI CQ
parent
f3e047b5d7
commit
bae82cfae3
@@ -397,6 +397,11 @@ EGLBoolean WGLWindow::destroyImageKHR(Image image)
|
||||
return EGL_FALSE;
|
||||
}
|
||||
|
||||
EGLint WGLWindow::getEGLError()
|
||||
{
|
||||
return EGL_SUCCESS;
|
||||
}
|
||||
|
||||
WGLWindow::Surface WGLWindow::createPbufferSurface(const EGLint *attrib_list)
|
||||
{
|
||||
std::cerr << "WGLWindow::createPbufferSurface not implemented.\n";
|
||||
|
||||
Reference in New Issue
Block a user