commit | da423d8479a2cefb456a03d7dc550e74e473acf4 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Jun 09 12:15:30 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Jun 09 12:15:30 2009 -0700 |
tree | b53cd2f3def2d99ebb9e02bafd06479b3855c3bf | |
parent | 928f5cf2870177abd715e1dfb81da6ac1fe3e845 [diff] [blame] |
checkpoint pragma support. Includes more cleanup of script enviroment storage to keep the env settings in the base and only the per language state in ScriptC.
diff --git a/libs/rs/rsScriptC.h b/libs/rs/rsScriptC.h index 892d21e..d178c86 100644 --- a/libs/rs/rsScriptC.h +++ b/libs/rs/rsScriptC.h
@@ -69,7 +69,7 @@ ACCscript* mAccScript; ScriptC::Program_t mProgram; - ScriptC::Enviroment_t mEnviroment; + Script::Enviroment_t mEnviroment; Vector<const Type *> mConstantBufferTypes;