diff options
| author | 2009-12-15 19:10:11 -0800 | |
|---|---|---|
| committer | 2009-12-15 19:10:11 -0800 | |
| commit | 5dad8b4d1fda37b7b4763ef7361c5eb92131cb7e (patch) | |
| tree | 1cd2619209c2c459ceba2bb5243594e3fabc1bea /libs/rs/rsProgram.h | |
| parent | d6542507e73e1d7f3380cb4657a0745772818002 (diff) | |
Place shader logging behind prop to declutter logs.
Diffstat (limited to 'libs/rs/rsProgram.h')
| -rw-r--r-- | libs/rs/rsProgram.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h index e9837b7965c2..003498e8ee2c 100644 --- a/libs/rs/rsProgram.h +++ b/libs/rs/rsProgram.h @@ -72,7 +72,7 @@ protected: 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;} |