From b13ada5071f55c96054c47bbd88d8801cd2c0f15 Mon Sep 17 00:00:00 2001 From: Jason Sams Date: Tue, 25 Aug 2009 11:34:49 -0700 Subject: Add support for selecting the color bit depth and if the application used a depth buffer. --- libs/rs/rsProgramFragment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/rs/rsProgramFragment.h') diff --git a/libs/rs/rsProgramFragment.h b/libs/rs/rsProgramFragment.h index bd45342..51117eb 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 *); -- cgit v1.1