* helper method for web GL mode to indicate that an image has been * changed or unchanged since last upload. gl texture upload will * set this value to false after uploading the texture. * @param {Boolean} val sets whether or not the image has been * modified. * @private
(val)
| 1379 | * @private |
| 1380 | */ |
| 1381 | setModified(val) { |
| 1382 | this._modified = val; //enforce boolean? |
| 1383 | } |
| 1384 | |
| 1385 | /** |
| 1386 | * helper method for web GL mode to figure out if the image |
no outgoing calls
no test coverage detected