summaryrefslogtreecommitdiff
path: root/rsProgramRaster.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2009-11-25 13:22:07 -0800
committerJason Sams <rjsams@android.com>2009-11-25 13:22:07 -0800
commitc460e55d78cbe8bee95c5c947dfe541218142a5b (patch)
treec4044e0961621e61c5fb3be0411a073a688caf2c /rsProgramRaster.h
parente6c6078f301a197f310b0ae0c12031188e7c1b6b (diff)
downloadrs-c460e55d78cbe8bee95c5c947dfe541218142a5b.tar.gz
Begin gl2 support. Renderscript still uses GL1.1 by default. However, 2.0 can be enabled and will render most tests correctly.
Diffstat (limited to 'rsProgramRaster.h')
-rw-r--r--rsProgramRaster.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsProgramRaster.h b/rsProgramRaster.h
index a6d5ba8e..4efecb45 100644
--- a/rsProgramRaster.h
+++ b/rsProgramRaster.h
@@ -37,6 +37,7 @@ public:
virtual ~ProgramRaster();
virtual void setupGL(const Context *, ProgramRasterState *);
+ virtual void setupGL2(const Context *, ProgramRasterState *);
void setLineWidth(float w);
void setPointSize(float s);