diff options
Diffstat (limited to 'libs/rs/rsProgram.cpp')
| -rw-r--r-- | libs/rs/rsProgram.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/libs/rs/rsProgram.cpp b/libs/rs/rsProgram.cpp index c0fa95b..b1d8f48 100644 --- a/libs/rs/rsProgram.cpp +++ b/libs/rs/rsProgram.cpp @@ -20,13 +20,9 @@ using namespace android; using namespace android::renderscript; -Program::Program(Context *rsc) : ObjectBase(rsc) { - initMemberVars(); -} - Program::Program(Context *rsc, const char * shaderText, uint32_t shaderLength, const uint32_t * params, uint32_t paramLength) - : ObjectBase(rsc) { + : ProgramBase(rsc) { initMemberVars(); for (uint32_t ct=0; ct < paramLength; ct+=2) { |
