UNPKG

@tolokoban/tgd

Version:

ToloGameDev library for WebGL2

8 lines 221 B
import { TgdFilter } from "./filter"; /** * Paint the texture as it is, without any modification. */ export declare class TgdFilterVerbatim extends TgdFilter { constructor(); } //# sourceMappingURL=verbatim.d.ts.map