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/rsProgram.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libs/rs/rsProgram.h') diff --git a/libs/rs/rsProgram.h b/libs/rs/rsProgram.h index 251072f..bb3d9ac 100644 --- a/libs/rs/rsProgram.h +++ b/libs/rs/rsProgram.h @@ -32,11 +32,7 @@ public: Program(Element *in, Element *out); virtual ~Program(); - void bindAllocation(Allocation *); - - virtual void setupGL(); - void checkUpdatedAllocation(const Allocation *); protected: -- cgit v1.1