summaryrefslogtreecommitdiffstats
path: root/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
commite39fd069e74040dbb4c4c47898e74f69eb83500e (patch)
treecea4b75f56d6b1cec590ad47c35fa348c49b10fc /scriptc
parentef5867a6785807f90cfe8af26da4b964ee8ebee4 (diff)
parenta490f1003a76286e0f00606adff4ef85fdd78b02 (diff)
downloadandroid_frameworks_rs-e39fd069e74040dbb4c4c47898e74f69eb83500e.tar.gz
android_frameworks_rs-e39fd069e74040dbb4c4c47898e74f69eb83500e.tar.bz2
android_frameworks_rs-e39fd069e74040dbb4c4c47898e74f69eb83500e.zip
Merge "Fix 2877497: export rsgProgramVertexLoadProjectionMatrix()"
Diffstat (limited to 'scriptc')
-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 *);