We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7539db commit f72052bCopy full SHA for f72052b
1 file changed
packages/typegpu/src/core/resolve/tgpuResolve.ts
@@ -17,8 +17,8 @@ export interface TgpuResolveOptions {
17
* The naming strategy used for generating identifiers for resolved externals and their dependencies.
18
*
19
* ## 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.
+ * Each call to `tgpu.resolve` uses its own namespace by default, but a
+ * custom namespace can be created with `tgpu['~unstable'].namespace` and passed in.
22
23
* This allows tracking the behavior of the resolution process, as well as
24
* sharing state between calls to `tgpu.resolve`.
0 commit comments