sdfsdfs
This commit is contained in:
11
node_modules/pixi.js/lib/utils/logging/logDebugTexture.d.ts
generated
vendored
Normal file
11
node_modules/pixi.js/lib/utils/logging/logDebugTexture.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type { Texture } from '../../rendering/renderers/shared/texture/Texture';
|
||||
import type { Renderer } from '../../rendering/renderers/types';
|
||||
/**
|
||||
* Logs a texture to the console as a base64 image.
|
||||
* This can be very useful for debugging issues with rendering.
|
||||
* @param texture - The texture to log
|
||||
* @param renderer - The renderer to use
|
||||
* @param size - The size of the texture to log in the console
|
||||
* @ignore
|
||||
*/
|
||||
export declare function logDebugTexture(texture: Texture, renderer: Renderer, size?: number): Promise<void>;
|
Reference in New Issue
Block a user