4 lines
228 B
TypeScript
4 lines
228 B
TypeScript
import type { HighShaderBit } from '../compiler/types';
|
|
export declare function generateTextureBatchBit(maxTextures: number): HighShaderBit;
|
|
export declare function generateTextureBatchBitGl(maxTextures: number): HighShaderBit;
|