dawn-cmake/generator/templates/dawn_native
Corentin Wallez 6fee61ca9c Make Dawn error macro more explicit and have an "error type"
The error type will help distinguish between validation errors, context
losts and others which should be handled differently.

Take advantage of advantage of this to change DAWN_RETURN_ERROR to
"return DAWN_FOO_ERROR" to have the return be more explicit. Also
removes usage of DAWN_TRY_ASSERT for more explicit checks.

Change-Id: Icbce16b0c8d8eb084b0af2fc132acee776909a36
2018-09-11 07:55:27 -04:00
..
ProcTable.cpp Add initial BUILD.gn files for libdawn[|_native|_wire] 2018-08-06 16:38:33 +02:00
ValidationUtils.cpp Make Dawn error macro more explicit and have an "error type" 2018-09-11 07:55:27 -04:00
ValidationUtils.h dawn_native: Fixup namespace from backend:: to dawn_native:: 2018-07-25 11:27:55 +02:00
api_structs.cpp Make dawn_native use its own header for Dawn datatypes 2018-07-27 12:56:26 +02:00
api_structs.h Generate a single ProcTable instead of one per backend. 2018-08-02 13:39:07 +02:00