summaryrefslogtreecommitdiffstats
path: root/libs/rs/scriptc
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2010-07-29 17:50:01 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-07-29 17:50:01 -0700
commitedb2fc6aa8eaa3a8423db877a9ee92123994fc75 (patch)
treeebf932a0391060a3b61a8cee072c7286360a31aa /libs/rs/scriptc
parent5aa1c034d9bfdb2744f637c4686adf20a7ed9975 (diff)
parentd8e76204555e5739df495f92061cd3861ad83bb9 (diff)
downloadframeworks_base-edb2fc6aa8eaa3a8423db877a9ee92123994fc75.zip
frameworks_base-edb2fc6aa8eaa3a8423db877a9ee92123994fc75.tar.gz
frameworks_base-edb2fc6aa8eaa3a8423db877a9ee92123994fc75.tar.bz2
Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"
Diffstat (limited to 'libs/rs/scriptc')
-rw-r--r--libs/rs/scriptc/rs_graphics.rsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh
index 4dc351d..d6ef6e9 100644
--- a/libs/rs/scriptc/rs_graphics.rsh
+++ b/libs/rs/scriptc/rs_graphics.rsh
@@ -13,6 +13,7 @@ extern void rsgBindProgramRaster(rs_program_raster);
extern void rsgBindSampler(rs_program_fragment, int slot, rs_sampler);
extern void rsgBindTexture(rs_program_fragment, int slot, rs_allocation);
+extern void rsgProgramVertexLoadProjectionMatrix(const rs_matrix4x4 *);
extern void rsgProgramVertexLoadModelMatrix(const rs_matrix4x4 *);
extern void rsgProgramVertexLoadTextureMatrix(const rs_matrix4x4 *);