dawn-cmake/generator/templates/dawn_wire
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
..
client Factor wire client handlers into proper command handlers and doers 2019-01-30 03:00:17 +00:00
server Factor wire server handlers into proper command handlers and doers 2019-02-11 19:39:46 +00:00
TypeTraits.h Specialize WireServer objects 2019-01-08 17:58:38 +00:00
WireCmd.cpp Wire: Add support from optional struct/integer const* 2019-02-13 10:15:38 +00:00
WireCmd.h Add wire_cmd.py and dawn_wire.json to autogenerate all wire commands. 2019-01-15 20:49:53 +00:00