dawn-cmake/generator/templates/dawn_native
Corentin Wallez fe253f135b Generate a single ProcTable instead of one per backend.
This required putting Queue::Submit on QueueBase which is something we
would want to do anyway, and removes the need for Queue::ValidateSubmit
being called in the ProcTable.

This removes the need for all the "GeneratedCodeIncludes" files and
leads to a bunch of simplifications in BindGroup as well as the
dawn_native CMakeLists.txt.

Finally this was done in order to simplify the writing of BUILD.gn
files.
2018-08-02 13:39:07 +02:00
..
ProcTable.cpp Generate a single ProcTable instead of one per backend. 2018-08-02 13:39:07 +02:00
ValidationUtils.cpp dawn_native: Fixup namespace from backend:: to dawn_native:: 2018-07-25 11:27:55 +02: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