From fb2c8083f028676d0c46e0d9a89de78b3f129552 Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 7 Sep 2024 18:39:36 +0000 Subject: remove unnecessary copying. profile individual stage procs. --- internal.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'internal.h') diff --git a/internal.h b/internal.h index c204d9a..3173f75 100644 --- a/internal.h +++ b/internal.h @@ -1,4 +1,5 @@ typedef struct Polygon Polygon; +typedef struct Entityparam Entityparam; typedef struct Tilerparam Tilerparam; typedef struct Rasterparam Rasterparam; typedef struct Rastertask Rastertask; @@ -10,6 +11,12 @@ struct Polygon ulong cap; }; +struct Entityparam +{ + Renderer *rctl; + Channel *paramsc; +}; + struct Tilerparam { int id; -- cgit v1.2.3