Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Jan 31, 2025
1 parent 5c48abd commit e879f7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/nodes/accessors/StorageBufferNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default class StorageBufferNode extends BufferNode<StorageBufferAttribute

export const storage: (
value: StorageBufferAttribute | StorageInstancedBufferAttribute,
type?: string | null,
type?: string | Struct | null,
count?: number,
) => ShaderNodeObject<StorageBufferNode>;

Expand Down

0 comments on commit e879f7b

Please sign in to comment.