dawn-cmake/examples
Brandon Jones 0d50a2c770 ComputePipelineDescriptor.computeStage->compute
Deprecates the computeStage member of the descriptor in favor of compute
as described by the spec. In order to support both variants without
breaking backwards compatibility some code had to be manually added to
the wire client to copy from the deprecated member to the new one and
visa versa.

Change-Id: I9d5c2fc9c446c927c5792c9af9ed56c90060b65b
Bug: dawn:800
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/53884
Commit-Queue: Brandon Jones <bajones@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
2021-06-09 18:07:32 +00:00
..
Animometer.cpp Removed deprecated CreateRenderPipeline path 2021-05-21 05:01:38 +00:00
BUILD.gn Autoformat all tests and examples 2020-07-10 20:33:08 +00:00
CHelloTriangle.cpp Removed deprecated CreateRenderPipeline path 2021-05-21 05:01:38 +00:00
CMakeLists.txt Add initial CMakeLists.txt files 2020-02-05 17:16:05 +00:00
ComputeBoids.cpp ComputePipelineDescriptor.computeStage->compute 2021-06-09 18:07:32 +00:00
CppHelloTriangle.cpp Removed deprecated CreateRenderPipeline path 2021-05-21 05:01:38 +00:00
CubeReflection.cpp Removed deprecated CreateRenderPipeline path 2021-05-21 05:01:38 +00:00
ManualSwapChainTest.cpp Removed deprecated CreateRenderPipeline path 2021-05-21 05:01:38 +00:00
SampleUtils.cpp Split #defines for OpenGL and OpenGL ES backends. 2021-05-17 18:04:48 +00:00
SampleUtils.h Make examples and utils use webgpu.h 2019-10-25 11:36:47 +00:00