dawn-cmake/generator
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
..
templates Wire: Add support from optional struct/integer const* 2019-02-13 10:15:38 +00:00
common.py Factor wire client handlers into proper command handlers and doers 2019-01-30 03:00:17 +00:00
extract_json.py BUILD.gn: Remove use of exec_script 2018-08-20 07:24:55 -04:00
main.py Factor wire server handlers into proper command handlers and doers 2019-02-11 19:39:46 +00:00
wire_cmd.py Factor wire client handlers into proper command handlers and doers 2019-01-30 03:00:17 +00:00