Skip to content

Commit

Permalink
TSL: Use correct elementType with WorkgroupInfoNode (#1477)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Dec 31, 2024
1 parent 5e20d06 commit d9af7e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types/three/src/nodes/gpgpu/WorkgroupInfoNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ declare class WorkgroupInfoNode extends Node {

readonly isWorkgroupInfoNode: true;

elementType: string;

scope: string;

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

0 comments on commit d9af7e9

Please sign in to comment.