sdfsdfs
This commit is contained in:
8
node_modules/pixi.js/lib/rendering/batcher/gl/utils/maxRecommendedTextures.d.ts
generated
vendored
Normal file
8
node_modules/pixi.js/lib/rendering/batcher/gl/utils/maxRecommendedTextures.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
/**
|
||||
* Returns the maximum number of textures that can be batched. This uses WebGL1's `MAX_TEXTURE_IMAGE_UNITS`.
|
||||
* The response for this is that to get this info via WebGPU, we would need to make a context, which
|
||||
* would make this function async, and we want to avoid that.
|
||||
* @private
|
||||
* @returns {number} The maximum number of textures that can be batched
|
||||
*/
|
||||
export declare function getMaxTexturesPerBatch(): number;
|
Reference in New Issue
Block a user