dawn-cmake/generator/templates/opengl
Corentin Wallez a0afd31585 Separate device lost from internal errors.
The effect to the user is the same, the Dawn device gets lost. However
we need to make the difference internally because when the backend
device is lost we can clean up immediately. On the contrary on internal
errors, the backend device is still alive and processing commands so we
need to gracefully shut it down.

Bug: dawn:269

Change-Id: Ie13b33a4f9ac2e1f5f98b3723d83cf1c6205c988
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/17965
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Austin Eng <enga@chromium.org>
2020-04-01 12:07:43 +00:00
..
OpenGLFunctionsBase.cpp Separate device lost from internal errors. 2020-04-01 12:07:43 +00:00
OpenGLFunctionsBase.h Remove glad and replace it with our own GL header 2019-06-17 09:17:29 +00:00
opengl_platform.h OpenGL: Add support for backend validation 2019-07-22 10:02:49 +00:00