commit | b6f2b131c42e5148b07c7cfe22b8bd5bc5b4ad4b | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Thu Sep 24 12:33:45 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Thu Sep 24 12:33:45 2009 -0700 |
tree | 526051b48705eb45cbccd6be16be9aaff75f255b | |
parent | 6b9dec00afec359f091ed353f371f08ff150278a [diff] [blame] |
Removed last bits of predefined element types from native code. Predefined types are now constructed at the java layer from standard building blocks.
diff --git a/libs/rs/rsProgramVertex.h b/libs/rs/rsProgramVertex.h index 523c3ed..32d147c 100644 --- a/libs/rs/rsProgramVertex.h +++ b/libs/rs/rsProgramVertex.h
@@ -64,7 +64,7 @@ ObjectBaseRef<ProgramVertex> mLast; ObjectBaseRef<Allocation> mDefaultAlloc; - + RsType mAllocType; ProgramVertex *mPV;