diff options
Diffstat (limited to 'libs/rs/rsProgramRaster.h')
-rw-r--r-- | libs/rs/rsProgramRaster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/rs/rsProgramRaster.h b/libs/rs/rsProgramRaster.h index da68f67de1c6..a6d5ba8e5850 100644 --- a/libs/rs/rsProgramRaster.h +++ b/libs/rs/rsProgramRaster.h @@ -58,6 +58,7 @@ public: ProgramRasterState(); ~ProgramRasterState(); void init(Context *rsc, int32_t w, int32_t h); + void deinit(Context *rsc); ObjectBaseRef<ProgramRaster> mDefault; ObjectBaseRef<ProgramRaster> mLast; |