4 lines
232 B
TypeScript
4 lines
232 B
TypeScript
import type { Matrix } from '../../../maths/matrix/Matrix';
|
|
import type { Texture } from '../../../rendering/renderers/shared/texture/Texture';
|
|
export declare function getTextureDefaultMatrix(texture: Texture, out: Matrix): Matrix;
|