Skip to content

Commit

Permalink
Update declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Sep 25, 2024
1 parent aa821bd commit 1d2d667
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions types/three/src/renderers/common/nodes/NodeBuilderState.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ declare class NodeBuilderState {
updateBeforeNodes: Node[];
updateAfterNodes: Node[];
monitor: NodeMaterialObserver;
instanceBindGroups: boolean;
usedTimes: number;
constructor(
vertexShader: string | null,
Expand All @@ -25,7 +24,6 @@ declare class NodeBuilderState {
updateBeforeNodes: Node[],
updateAfterNodes: Node[],
monitor: NodeMaterialObserver,
instanceBindGroups?: boolean,
transforms?: never[],
);
createBindings(): BindGroup[];
Expand Down

0 comments on commit 1d2d667

Please sign in to comment.