Skip to content

Commit f72052b

Browse files
committed
docs: Update TgpuResolveOptions JSDoc with up-to-date defaults
1 parent f7539db commit f72052b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

packages/typegpu/src/core/resolve/tgpuResolve.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export interface TgpuResolveOptions {
1717
* The naming strategy used for generating identifiers for resolved externals and their dependencies.
1818
*
1919
* ## Namespaces
20-
* Each call to `tgpu.resolve` uses it's own namespace by default, but a
21-
* custom namespace can be created with `tgpu.namespace` and passed in.
20+
* Each call to `tgpu.resolve` uses its own namespace by default, but a
21+
* custom namespace can be created with `tgpu['~unstable'].namespace` and passed in.
2222
*
2323
* This allows tracking the behavior of the resolution process, as well as
2424
* sharing state between calls to `tgpu.resolve`.

0 commit comments

Comments
 (0)