UNPKG

375 BTypeScriptView Raw
1/**
2 * Uploading the same buffer multiple times in a single frame can cause performance issues.
3 * Apparent on iOS so only check for that at the moment
4 * This check may become more complex if this issue pops up elsewhere.
5 * @private
6 * @returns {boolean} `true` if the same buffer may be uploaded more than once.
7 */
8export declare function canUploadSameBuffer(): boolean;