dawn-cmake/generator
Corentin Wallez 36afbb6a0d Make dawn_native use its own header for Dawn datatypes
The dawn.h and dawncpp.h structure definitions references dawnFoo or
dawn::Foo respectively when it should reference dawn_native::FooBase* in
dawn_native. Autogenerate files to declare the dawn_native version of
the structs and change the ProcTable generation to use it instead.

This is important to make libdawn_native a shared library because
currently it was depending on dawncpp's definition of .Get().
2018-07-27 12:56:26 +02:00
..
templates Make dawn_native use its own header for Dawn datatypes 2018-07-27 12:56:26 +02:00
CMakeLists.txt Rename NXT -> Dawn in the rest of CMakeLists 2018-07-18 22:54:06 +02:00
main.py Make dawn_native use its own header for Dawn datatypes 2018-07-27 12:56:26 +02:00