Skip to content

Commit d9af7e9

Browse files
authored
TSL: Use correct elementType with WorkgroupInfoNode (#1477)
1 parent 5e20d06 commit d9af7e9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

types/three/src/nodes/gpgpu/WorkgroupInfoNode.d.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ declare class WorkgroupInfoNode extends Node {
77

88
readonly isWorkgroupInfoNode: true;
99

10+
elementType: string;
11+
1012
scope: string;
1113

1214
constructor(scope: string, bufferType: string, bufferCount?: number);

0 commit comments

Comments
 (0)