* Sets the effect attributes. * * Effects that have the same attributes will be executed in the order in which they were registered. Some attributes * imply a higher priority. * * @protected * @param {EffectAttribute} attributes - The attributes.
(attributes)
| 331 | */ |
| 332 | |
| 333 | setAttributes(attributes) { |
| 334 | |
| 335 | this.attributes = attributes; |
| 336 | this.setChanged(); |
| 337 | |
| 338 | } |
| 339 | |
| 340 | /** |
| 341 | * Returns the fragment shader. |