mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-05-13 10:51:35 +00:00
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.