dawn-cmake/generator/templates
Corentin Wallez f872e6924c Wire: Add support from optional struct/integer const*
This will allow implementing the following part of the WebGPU IDL using
a nullable pointer instead of an extra hasDepthStencilState boolean:

partial interface GPURenderPipelineDescriptor {
    GPUDepthStencilStateDescriptor? depthStencilState;
};

BUG=dawn:102

Change-Id: Iae709831ad857fcef073f18753ab39567a8797da
Reviewed-on: https://dawn-review.googlesource.com/c/4500
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Kai Ninomiya <kainino@chromium.org>
Reviewed-by: Yunchao He <yunchao.he@intel.com>
2019-02-13 10:15:38 +00:00
..
dawn_native Remove BufferView and inline offset/size in BindGroup 2018-12-07 12:31:53 +00:00
dawn_wire Wire: Add support from optional struct/integer const* 2019-02-13 10:15:38 +00:00
api.c Rename nxtProcTable and nxtSetProcs to dawn 2018-07-18 22:54:06 +02:00
api.h Implement timeline fences in Dawn 2018-12-03 16:57:34 +00:00
apicpp.cpp dawncpp.h: Don't expose the fluent syntax for non-builders 2018-09-20 20:05:21 +00:00
apicpp.h Add static library versions of libdawn* 2019-01-09 09:05:18 +00:00
apicpp_traits.h Standardize header guards for libdawn headers 2018-07-25 21:03:49 +02:00
mock_api.cpp Revert "Create new src/tests BUILD.gn file." 2018-12-08 10:35:53 +00:00
mock_api.h Implement timeline fences in Dawn 2018-12-03 16:57:34 +00:00