diff options
Diffstat (limited to 'libs/rs/rsScript.h')
-rw-r--r-- | libs/rs/rsScript.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/rs/rsScript.h b/libs/rs/rsScript.h index f05269af473f..c2fe8ef00662 100644 --- a/libs/rs/rsScript.h +++ b/libs/rs/rsScript.h @@ -27,7 +27,7 @@ namespace renderscript { class ProgramVertex; class ProgramFragment; class ProgramRaster; -class ProgramFragmentStore; +class ProgramStore; #define MAX_SCRIPT_BANKS 32 @@ -50,7 +50,7 @@ public: ObjectBaseRef<ProgramVertex> mVertex; ObjectBaseRef<ProgramFragment> mFragment; ObjectBaseRef<ProgramRaster> mRaster; - ObjectBaseRef<ProgramFragmentStore> mFragmentStore; + ObjectBaseRef<ProgramStore> mFragmentStore; uint32_t mInvokeFunctionCount; InvokeFunc_t *mInvokeFunctions; |