@pixi/core
Version:
Core PixiJS
9 lines (8 loc) • 375 B
TypeScript
/**
* Uploading the same buffer multiple times in a single frame can cause performance issues.
* Apparent on iOS so only check for that at the moment
* This check may become more complex if this issue pops up elsewhere.
* @private
* @returns {boolean} `true` if the same buffer may be uploaded more than once.
*/
export declare function canUploadSameBuffer(): boolean;