diff options
| author | 2009-08-25 11:34:49 -0700 | |
|---|---|---|
| committer | 2009-08-25 11:44:30 -0700 | |
| commit | b13ada5071f55c96054c47bbd88d8801cd2c0f15 (patch) | |
| tree | 652b6ca78a53aafaa7c6c3ceb7229a3d6aab43db /libs/rs/rsProgramFragment.h | |
| parent | dbade9d6a075b1d5b8ebe10ee8961a5de296c93b (diff) | |
Add support for selecting the color bit depth and if the application used a depth buffer.
Diffstat (limited to 'libs/rs/rsProgramFragment.h')
| -rw-r--r-- | libs/rs/rsProgramFragment.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/rs/rsProgramFragment.h b/libs/rs/rsProgramFragment.h index bd4534202a31..51117ebeab6c 100644 --- a/libs/rs/rsProgramFragment.h +++ b/libs/rs/rsProgramFragment.h @@ -35,7 +35,7 @@ public: ProgramFragment(Element *in, Element *out, bool pointSpriteEnable); virtual ~ProgramFragment(); - virtual void setupGL(ProgramFragmentState *); + virtual void setupGL(const Context *, ProgramFragmentState *); |