Skip to content

MaterialImplementation

MaterialImplementation = { graph: string; nodeSet: string; type: "graph"; } | {[key: string]: JsonValue; abi: "aelion-material-shader/1"; backend: "webgpu"; entryPoint: string; module: string; type: "shader"; } | {[key: string]: JsonValue | undefined; abi: "aelion-material-webgl/1"; backend: "webgl2"; entryPoint: string; fragmentModule: string; type: "shader"; vertexModule?: string; } | {[key: string]: JsonValue; abi: "aelion-material-wasm/1"; module: string; type: "wasm"; }

Defined in: types.ts:148