|
@@ -277,8 +277,8 @@ export class EffectWrapper {
|
|
}
|
|
}
|
|
|
|
|
|
this.effect = new Effect(effectCreationOptions,
|
|
this.effect = new Effect(effectCreationOptions,
|
|
- uniformNames,
|
|
|
|
creationOptions.attributeNames || ["position"],
|
|
creationOptions.attributeNames || ["position"],
|
|
|
|
+ uniformNames,
|
|
creationOptions.samplerNames,
|
|
creationOptions.samplerNames,
|
|
creationOptions.engine);
|
|
creationOptions.engine);
|
|
}
|
|
}
|