We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b0b03 commit a943f0aCopy full SHA for a943f0a
types/three/src/nodes/tsl/TSLCore.d.ts
@@ -217,7 +217,7 @@ export function nodeImmutable<T>(
217
interface Layout {
218
name: string;
219
type: string;
220
- inputs: { name: string; type: string }[];
+ inputs: { name: string; type: "bool" | "int" | "float" | "vec2" | "vec3" | "vec4"; qualifier?: "in" | "out" | "inout" }[];
221
}
222
223
interface ShaderNodeFn<Args extends readonly unknown[]> {
0 commit comments