Skip to content

Commit

Permalink
ComputeNode: workgroupSize optional (#1463)
Browse files Browse the repository at this point in the history
  • Loading branch information
linbingquan authored Dec 22, 2024
1 parent ec73949 commit 912da13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/nodes/gpgpu/ComputeNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export default class ComputeNode extends Node {
export const compute: (
node: NodeRepresentation,
count: number,
workgroupSize: number[],
workgroupSize?: number[],
) => ShaderNodeObject<ComputeNode>;

declare module "../tsl/TSLCore.js" {
Expand Down

0 comments on commit 912da13

Please sign in to comment.