commit | 9d71e2180062931416092f26276a07e55b318f62 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Mon Nov 08 15:10:52 2010 -0800 |
committer | Alex Sakhartchouk <alexst@google.com> | Mon Nov 08 15:10:52 2010 -0800 |
tree | 4e649a7ff122348fc2ed2961b3c280a989327242 | |
parent | 5b59e02eb542f016866985945859b033e94f9f0b [diff] [blame] |
Moving attrib creation to Mesh. Adding arrays as shader inputs. Removing fixed size arrays. Change-Id: I0213e403a2f1283dd43f21bea770aeb059561903
diff --git a/libs/rs/rsElement.h b/libs/rs/rsElement.h index 70e2619..506a530 100644 --- a/libs/rs/rsElement.h +++ b/libs/rs/rsElement.h
@@ -94,6 +94,8 @@ Component mComponent; uint32_t mBits; + + void compute(); };