diff options
author | Vito Caputo <vcaputo@pengaru.com> | 2021-09-26 18:09:14 -0700 |
---|---|---|
committer | Vito Caputo <vcaputo@pengaru.com> | 2021-09-26 18:13:28 -0700 |
commit | 1b26c9e5b8fcda39ecffbe56e3dd8d90c9b6fe4a (patch) | |
tree | ec343bb97325ac6ebb5f574e8408bf951acdd8a5 /librocket/Makefile.am | |
parent | aac6a90282480d6dfed7876586b582094371b934 (diff) |
This creates GNU Rocket tracks for all active float uniforms in
the loaded shaders.
Simply start a GNU Rocket editor listening on the standard port @
localhost, and the tracks should appear.
The automatic setting of these uniforms becomes overriden by the
track values, which can be annoying.
Diffstat (limited to 'librocket/Makefile.am')
-rw-r--r-- | librocket/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/librocket/Makefile.am b/librocket/Makefile.am new file mode 100644 index 0000000..1a97dfa --- /dev/null +++ b/librocket/Makefile.am @@ -0,0 +1,2 @@ +noinst_LIBRARIES = librocket.a +librocket_a_SOURCES = rocket/lib/device.c rocket/lib/track.c |