summaryrefslogtreecommitdiff
path: root/internal.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-09-07 18:39:36 +0000
committerrodri <rgl@antares-labs.eu>2024-09-07 18:39:36 +0000
commitfb2c8083f028676d0c46e0d9a89de78b3f129552 (patch)
tree118926304536332ac57823413fd1241143cceeaa /internal.h
parentd36e762e12d108fec8cd19071b22909b4466812a (diff)
downloadlibgraphics-fb2c8083f028676d0c46e0d9a89de78b3f129552.tar.gz
libgraphics-fb2c8083f028676d0c46e0d9a89de78b3f129552.tar.bz2
libgraphics-fb2c8083f028676d0c46e0d9a89de78b3f129552.zip
remove unnecessary copying. profile individual stage procs.
Diffstat (limited to 'internal.h')
-rw-r--r--internal.h7
1 files changed, 7 insertions, 0 deletions
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;