export class UvContext {
    /**
     * Resolution of texture
     * @type {Vector2}
     */
    resolution: Vector2;
    /**
     *
     * @type {AABB2}
     */
    atlas_patch: AABB2;
}
import Vector2 from "../../../../core/geom/Vector2.js";
//# sourceMappingURL=UvContext.d.ts.map