Fixup doxygen comment

Change-Id: I5ee292a4c408dc7ce368b2f078422ebce61dbf1f
Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/27860
Commit-Queue: Ryan Harrison <rharrison@chromium.org>
Reviewed-by: Ryan Harrison <rharrison@chromium.org>
This commit is contained in:
dan sinclair 2020-09-02 14:16:25 +00:00 committed by Commit Bot service account
parent cbd1ef8523
commit f6e5c936b9
1 changed files with 3 additions and 3 deletions

View File

@ -374,9 +374,9 @@ class Builder {
/// @returns true if the vector was successfully generated /// @returns true if the vector was successfully generated
bool GenerateVectorType(ast::type::VectorType* vec, const Operand& result); bool GenerateVectorType(ast::type::VectorType* vec, const Operand& result);
// Converts ast image format to spv and pushes an appropriate capability. /// Converts AST image format to SPIR-V and pushes an appropriate capability.
// @returns SPIR-V image format type /// @param format AST image format type
// @param format AST image format type /// @returns SPIR-V image format type
SpvImageFormat convert_image_format_to_spv( SpvImageFormat convert_image_format_to_spv(
const ast::type::ImageFormat format); const ast::type::ImageFormat format);