commit | 67f2e442a31b8395e3c1951f8e91139ec7f2be99 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Thu Nov 18 15:22:43 2010 -0800 |
committer | Alex Sakhartchouk <alexst@google.com> | Thu Nov 18 15:27:28 2010 -0800 |
tree | 9e3001eb5181faec98ac13fa85c7915fb8c96c1a | |
parent | 3d019afcdb167a04d9c879285b448f9be1de3c67 [diff] [blame] |
Support for cubemaps. Change-Id: Iaf6087f614451a8e233b3e5bc49c834ab0ad08ee
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 @@ // Constants are strictly accessed by programetic loads. ObjectBaseRef<Allocation> *mTextures; ObjectBaseRef<Sampler> *mSamplers; - + RsTextureTarget *mTextureTargets; bool loadShader(Context *, uint32_t type); };