diff options
| author | Alex Sakhartchouk <alexst@google.com> | 2010-11-18 15:22:43 -0800 |
|---|---|---|
| committer | Alex Sakhartchouk <alexst@google.com> | 2010-11-18 15:27:28 -0800 |
| commit | 67f2e442a31b8395e3c1951f8e91139ec7f2be99 (patch) | |
| tree | 9e3001eb5181faec98ac13fa85c7915fb8c96c1a /libs/rs/rsProgram.h | |
| parent | 3d019afcdb167a04d9c879285b448f9be1de3c67 (diff) | |
| download | frameworks_base-67f2e442a31b8395e3c1951f8e91139ec7f2be99.zip frameworks_base-67f2e442a31b8395e3c1951f8e91139ec7f2be99.tar.gz frameworks_base-67f2e442a31b8395e3c1951f8e91139ec7f2be99.tar.bz2 | |
Support for cubemaps.
Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
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); }; |
