diff options
| author | Jim Miller <jaggies@google.com> | 2010-07-28 14:46:22 -0700 |
|---|---|---|
| committer | Jim Miller <jaggies@google.com> | 2010-07-28 14:46:22 -0700 |
| commit | a490f1003a76286e0f00606adff4ef85fdd78b02 (patch) | |
| tree | cff8e672de7379dc4aa9cc1d9f4dd36950d1939e /scriptc/rs_graphics.rsh | |
| parent | 7c7c78ad8b2d77e38ba6e1d719c828def9437e8e (diff) | |
| download | android_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.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 *); |
