Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 4, 2023
1 parent d63fef9 commit 70c5477
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/buffer-views.ts
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ export const kTypes: readonly kType[] = keysOf(typeInfo);
* the second call
*
* You can pass in `true` as the 2nd parameter to make it set which types
* to flatten and all others will be set to have views created.
* to flatten and all others will be set to have views created. For example
* to expand all types would be `setIntrinsicsToView([], true)`. To expand
* all except `f32` would be `setIntrinsicsToView(['f32'], true)`.
*
* To reset all types to the default call it with no arguments
*
Expand Down

0 comments on commit 70c5477

Please sign in to comment.