diff options
author | Alex Sakhartchouk <alexst@google.com> | 2010-11-18 15:58:17 -0800 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-11-18 15:58:17 -0800 |
commit | a3326781352888ff80fcf920cf93fd738bb69e66 (patch) | |
tree | 91c55f677b294cad2ee7e078d4d820a7bea17598 /libs/rs/rsProgram.h | |
parent | 04d93980ec2af55c04963a2b67f628d72ea7fe5f (diff) | |
parent | 67f2e442a31b8395e3c1951f8e91139ec7f2be99 (diff) | |
download | frameworks_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.h | 2 |
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); }; |