dawn-cmake/generator/templates/wire
Corentin Wallez fd589f3919 Add an internal ASSERT macro
This macro has some advantages over the standard library one:
 - It prints the place where the macro was triggered
 - It "references" the condition even in Release to avoid warnings
 - In release, if possible, it gives compiler hints

It is basically is stripped down version of the ASSERT macros I wrote
for the Daemon engine in src/common/Assert.h

This commit also removes the stray "backend" namespaces for common/
code.
2017-07-10 19:35:21 -04:00
..
WireClient.cpp Add an internal ASSERT macro 2017-07-10 19:35:21 -04:00
WireCmd.cpp Implement builder callback forwarding in the wire 2017-05-11 11:31:54 +02:00
WireCmd.h Implement Buffer::MapReadAsync in the wire 2017-06-13 08:30:01 -07:00
WireServer.cpp Add an internal ASSERT macro 2017-07-10 19:35:21 -04:00