mirror of
https://github.com/encounter/dawn-cmake.git
synced 2025-06-24 15:33:42 +00:00
Fix spelling mistake in comment
Change-Id: I559e2348b1d61aa2db8c0cdfd284bd4aa98a86c6 Reviewed-on: https://dawn-review.googlesource.com/c/tint/+/34462 Commit-Queue: Ben Clayton <bclayton@google.com> Reviewed-by: dan sinclair <dsinclair@chromium.org>
This commit is contained in:
parent
3982bb8c28
commit
6c85272d62
@ -41,7 +41,7 @@ bool PackCoordAndArrayIndex(
|
||||
ast::Expression* array_idx,
|
||||
std::function<bool(ast::TypeConstructorExpression*)> callback) {
|
||||
uint32_t packed_size;
|
||||
ast::type::Type* packed_el_ty; // Currenly must be f32.
|
||||
ast::type::Type* packed_el_ty; // Currently must be f32.
|
||||
if (auto* vec = coords->result_type()->As<ast::type::Vector>()) {
|
||||
packed_size = vec->size() + 1;
|
||||
packed_el_ty = vec->type();
|
||||
|
Loading…
x
Reference in New Issue
Block a user