summaryrefslogtreecommitdiffstats
path: root/scriptc/rs_graphics.rsh
diff options
context:
space:
mode:
authorJim Miller <jaggies@google.com>2010-07-28 14:46:22 -0700
committerJim Miller <jaggies@google.com>2010-07-28 14:46:22 -0700
commita490f1003a76286e0f00606adff4ef85fdd78b02 (patch)
treecff8e672de7379dc4aa9cc1d9f4dd36950d1939e /scriptc/rs_graphics.rsh
parent7c7c78ad8b2d77e38ba6e1d719c828def9437e8e (diff)
downloadandroid_frameworks_rs-a490f1003a76286e0f00606adff4ef85fdd78b02.tar.gz
android_frameworks_rs-a490f1003a76286e0f00606adff4ef85fdd78b02.tar.bz2
android_frameworks_rs-a490f1003a76286e0f00606adff4ef85fdd78b02.zip
Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()
This updates renderscript to allow loading of the projection matrix. Change-Id: I9af03e06ce6b5432ffbf3db8f6cda7b29aa21c7f
Diffstat (limited to 'scriptc/rs_graphics.rsh')
-rw-r--r--scriptc/rs_graphics.rsh1
1 files changed, 1 insertions, 0 deletions
diff --git a/scriptc/rs_graphics.rsh b/scriptc/rs_graphics.rsh
index 4dc351db..d6ef6e91 100644
--- a/scriptc/rs_graphics.rsh
+++ b/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 *);