commit | 5dad8b4d1fda37b7b4763ef7361c5eb92131cb7e | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Dec 15 19:10:11 2009 -0800 |
committer | Jason Sams <rjsams@android.com> | Tue Dec 15 19:10:11 2009 -0800 |
tree | 1cd2619209c2c459ceba2bb5243594e3fabc1bea | |
parent | d6542507e73e1d7f3380cb4657a0745772818002 [diff] [blame] |
Place shader logging behind prop to declutter logs.
diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h index e9837b7..003498e 100644 --- a/libs/rs/rsProgram.h +++ b/libs/rs/rsProgram.h
@@ -72,7 +72,7 @@ String8 mAttribNames[MAX_ATTRIBS]; String8 mUniformNames[MAX_UNIFORMS]; - bool loadShader(uint32_t type); + bool loadShader(Context *, uint32_t type); public: void forceDirty() const {mDirty = true;}