import { type TextureSize } from "@onerjs/core/Materials/Textures/textureCreationOptions.js"; import { type OutputTextureOptions } from "../blockFoundation/textureOptions.js"; import { type SmartFilter } from "../smartFilter.js"; import { type ThinEngine } from "@onerjs/core/Engines/thinEngine.js"; /** * Determines the output texture size for a given shader block * @param smartFilter - The smart filter to use * @param engine - The engine to use * @param textureOptions - The texture options to use * @returns - The output texture size */ export declare function GetBlockOutputTextureSize(smartFilter: SmartFilter, engine: ThinEngine, textureOptions: OutputTextureOptions): TextureSize; //# sourceMappingURL=textureUtils.d.ts.map