summaryrefslogtreecommitdiff
path: root/rsProgram.h
diff options
context:
space:
mode:
authorJason Sams <rjsams@android.com>2010-01-06 11:57:52 -0800
committerJason Sams <rjsams@android.com>2010-01-06 12:01:51 -0800
commit433eca30b2efe0cf84bbda33f2dfdfd6dcafaf59 (patch)
tree9840a641c7663c925678184ad687181554ed9da4 /rsProgram.h
parent2d4445ba2c29342bee37612da1ea3db56553af2b (diff)
downloadrs-433eca30b2efe0cf84bbda33f2dfdfd6dcafaf59.tar.gz
More complete support for named attribs. Adds user typed attribs as available to programVertex. Non user attribs are not treated like user for GL2 for simplicity.
Diffstat (limited to 'rsProgram.h')
-rw-r--r--rsProgram.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsProgram.h b/rsProgram.h
index dc3a57c3..4bb7802f 100644
--- a/rsProgram.h
+++ b/rsProgram.h
@@ -42,6 +42,8 @@ public:
void bindAllocation(Allocation *);
virtual void createShader();
+ bool isUserProgram() const {return mUserShader.size() > 0;}
+
void bindTexture(uint32_t slot, Allocation *);
void bindSampler(uint32_t slot, Sampler *);