From fb10c16a0528a418053e4b8e75eebe57476b86ef Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Wed, 4 Aug 2010 14:45:48 -0700 Subject: Added ability to set font color. Propagating the name of meshes and allocations from native a3d to java Change-Id: If781f55340b5369459610e5e92ea69e240dcd24e --- libs/rs/scriptc/rs_graphics.rsh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/rs/scriptc') diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh index 8f89cba..4f53963 100644 --- a/libs/rs/scriptc/rs_graphics.rsh +++ b/libs/rs/scriptc/rs_graphics.rsh @@ -71,6 +71,8 @@ extern void __attribute__((overloadable)) rsgDrawText(rs_allocation, int x, int y); extern void __attribute__((overloadable)) rsgBindFont(rs_font); +extern void __attribute__((overloadable)) + rsgFontColor(float, float, float, float); /////////////////////////////////////////////////////// // misc -- cgit v1.1