Update fountain and add writable flag to script slots.

This commit is contained in:
Jason Sams
2009-08-17 13:56:09 -07:00
parent 0ef135d5c7
commit 334ea0c98f
13 changed files with 167 additions and 117 deletions

View File

@@ -142,7 +142,7 @@ public class RenderScript {
native void nScriptSetClearDepth(int script, float depth);
native void nScriptSetClearStencil(int script, int stencil);
native void nScriptSetTimeZone(int script, byte[] timeZone);
native void nScriptSetType(int type, String name, int slot);
native void nScriptSetType(int type, boolean writable, String name, int slot);
native void nScriptSetRoot(boolean isRoot);
native void nScriptCBegin();