summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorDavid Thompson <dthompson2@worcester.edu>2023-07-26 12:09:47 -0400
committerDavid Thompson <dthompson2@worcester.edu>2023-11-08 21:35:34 -0500
commitd969c19756227899b39967989fa971fa3452e872 (patch)
treef8c931251c19b44c803485da99d8d723ffe6cba2 /Makefile.am
parentd72594e33b256435c71d268b233b26beb5d12423 (diff)
Rewrite GPU state management layer.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 420b46e..a0bf9dd 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -67,6 +67,7 @@ SOURCES = \
chickadee/image/jpeg.scm \
chickadee/image/png.scm \
chickadee/graphics/gl.scm \
+ chickadee/graphics/gpu.scm \
chickadee/graphics/engine.scm \
chickadee/graphics/color.scm \
chickadee/graphics/blend.scm \