Fix doxygen comment
Change-Id: I7ae8d3eda8d9cbe042dc5d571f4e66a54f6c75da Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/30880 Reviewed-by: dan sinclair <dsinclair@chromium.org> Commit-Queue: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
88d705dc85
commit
1b1d2a5907
|
@ -308,7 +308,7 @@ class InspectorHelper {
|
|||
/// Generates a function that references a specific UBO
|
||||
/// @param func_name name of the function created
|
||||
/// @param ubo_name name of the UBO to be accessed
|
||||
/// @param member_idx index of the member to access
|
||||
/// @param members list of members to access, by index and type
|
||||
/// @returns a function that references all of the UBO members specified
|
||||
std::unique_ptr<ast::Function> MakeUBOReferenceBodyFunction(
|
||||
std::string func_name,
|
||||
|
|
Loading…
Reference in New Issue