mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-07-10 15:15:58 +00:00
This reverts commit 9901c710d1f834fd3e98356f0842553e1ac4afb2. Reason for revert: Breaking dawn roll due to include in ShaderMock Original change's description: > Adds destroy handling for simple objects without new backend changes yet. > > Simple objects are defined here as objects that do not already have a destroy or destroy-like API available. They include: > - BindGroups > - ComputePipelines > - PipelineLayouts > - RenderPipelines > - Samplers > - ShaderModules > - SwapChains > > Changes include: > - Adds necessary constructors for testing and caching > - Adding mock objects, mock constructors, and tests > > Bug: dawn:628 > Change-Id: I26a5e37bc5580b9064db299a75ef1243521b266a > Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/65864 > Commit-Queue: Loko Kung <lokokung@google.com> > Reviewed-by: Austin Eng <enga@chromium.org> # Not skipping CQ checks because original CL landed > 1 day ago. Bug: dawn:628 Change-Id: Ic727106f3dc701dc25418adf9824fbc5397aa656 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/67960 Reviewed-by: Loko Kung <lokokung@google.com> Reviewed-by: Austin Eng <enga@chromium.org> Commit-Queue: Loko Kung <lokokung@google.com>