commit | ee41112e1539de95596600fd2c6dada5d275217f | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Jul 21 12:20:54 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Jul 21 12:20:54 2009 -0700 |
tree | 669b445213276b1f57f4f35f314fb9997b88c26c | |
parent | c7b0dba641d5417286caa3694e70b039012d1e91 [diff] [blame] |
Enable light sources and update film test app.
diff --git a/libs/rs/rsContext.h b/libs/rs/rsContext.h index 442a920..497dbcf 100644 --- a/libs/rs/rsContext.h +++ b/libs/rs/rsContext.h
@@ -32,10 +32,10 @@ #include "rsAllocation.h" #include "rsAdapter.h" #include "rsSampler.h" +#include "rsLight.h" #include "rsProgramFragment.h" #include "rsProgramFragmentStore.h" #include "rsProgramVertex.h" -#include "rsLight.h" #include "rsgApiStructs.h" #include "rsLocklessFifo.h"