diff options
| author | Jim Miller <jaggies@google.com> | 2010-07-29 17:50:01 -0700 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-07-29 17:50:01 -0700 |
| commit | e39fd069e74040dbb4c4c47898e74f69eb83500e (patch) | |
| tree | cea4b75f56d6b1cec590ad47c35fa348c49b10fc /scriptc | |
| parent | ef5867a6785807f90cfe8af26da4b964ee8ebee4 (diff) | |
| parent | a490f1003a76286e0f00606adff4ef85fdd78b02 (diff) | |
| download | android_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.rsh | 1 |
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 *); |
