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 5fcdb90 commit d108ff7Copy full SHA for d108ff7
src/utils/GBufferConfig.ts
@@ -52,7 +52,7 @@ export class GBufferConfig extends EventDispatcher<BaseEventMap> {
52
readonly gDataStructInitialization: Map<GData | string, string>;
53
54
/**
55
- * A collection that describes {@link GData} cross-dependencies.
+ * A collection that describes {@link GData} interdependencies.
56
*/
57
58
readonly gDataDependencies: Map<GData | string, Set<GData | string>>;
0 commit comments