summaryrefslogtreecommitdiffstats
path: root/libs/rs/rsProgram.h
diff options
context:
space:
mode:
authorAlex Sakhartchouk <alexst@google.com>2010-11-18 15:58:17 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2010-11-18 15:58:17 -0800
commita3326781352888ff80fcf920cf93fd738bb69e66 (patch)
tree91c55f677b294cad2ee7e078d4d820a7bea17598 /libs/rs/rsProgram.h
parent04d93980ec2af55c04963a2b67f628d72ea7fe5f (diff)
parent67f2e442a31b8395e3c1951f8e91139ec7f2be99 (diff)
downloadframeworks_base-a3326781352888ff80fcf920cf93fd738bb69e66.zip
frameworks_base-a3326781352888ff80fcf920cf93fd738bb69e66.tar.gz
frameworks_base-a3326781352888ff80fcf920cf93fd738bb69e66.tar.bz2
Merge "Support for cubemaps."
Diffstat (limited to 'libs/rs/rsProgram.h')
-rw-r--r--libs/rs/rsProgram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h
index b682b97..c48464d 100644
--- a/libs/rs/rsProgram.h
+++ b/libs/rs/rsProgram.h
@@ -105,7 +105,7 @@ protected:
// Constants are strictly accessed by programetic loads.
ObjectBaseRef<Allocation> *mTextures;
ObjectBaseRef<Sampler> *mSamplers;
-
+ RsTextureTarget *mTextureTargets;
bool loadShader(Context *, uint32_t type);
};