Skip to content

Commit

Permalink
Update deprecation message
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Aug 20, 2024
1 parent fba83b8 commit 05e7046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/three/src/nodes/accessors/UniformArrayNode.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ export default UniformArrayNode;
export const uniformArray: (values: unknown[], nodeType?: string | null) => ShaderNodeObject<UniformArrayNode>;

/**
* @deprecated THREE.WebGPURenderer: uniforms() has been renamed to uniformArray().
* @deprecated uniforms() has been renamed to uniformArray().
*/
export const uniforms: (values: unknown[], nodeType?: string | null) => ShaderNodeObject<UniformArrayNode>;

0 comments on commit 05e7046

Please sign in to comment.