Doxy comments

Add some missing doxygen comments

Change-Id: Ic5d6684d90f5b2fe9ed3914bbb7c4058effc040c
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/29500
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
dan sinclair 2020-10-06 17:47:57 +00:00 committed by Commit Bot service account
parent 8a9007221c
commit 90ee6c4360
1 changed files with 3 additions and 1 deletions

View File

@ -31,9 +31,11 @@ struct EntryPoint {
std::string name;
/// The entry point stage
ast::PipelineStage stage = ast::PipelineStage::kNone;
/// Elements of the workgroup size tuple
/// The workgroup x size
uint32_t workgroup_size_x;
/// The workgroup y size
uint32_t workgroup_size_y;
/// The workgroup z size
uint32_t workgroup_size_z;
/// @returns the size of the workgroup in {x,y,z} format