From d8e76204555e5739df495f92061cd3861ad83bb9 Mon Sep 17 00:00:00 2001 From: Jim Miller Date: Wed, 28 Jul 2010 14:46:22 -0700 Subject: Fix 2877497: export rsgProgramVertexLoadProjectionMatrix() This updates renderscript to allow loading of the projection matrix. Change-Id: I9af03e06ce6b5432ffbf3db8f6cda7b29aa21c7f --- libs/rs/scriptc/rs_graphics.rsh | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/rs/scriptc') diff --git a/libs/rs/scriptc/rs_graphics.rsh b/libs/rs/scriptc/rs_graphics.rsh index 4dc351dbf904..d6ef6e91002e 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 *); -- cgit v1.2.3-59-g8ed1b