dawn-cmake/generator
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
..
templates Add an internal ASSERT macro 2017-07-10 19:35:21 -04:00
CMakeLists.txt Enable warnings on non-MSVC 2017-07-10 19:35:21 -04:00
main.py add null D3D12 backend 2017-06-07 16:23:10 -04:00