From afcb25c65e8145d15aaf50a0ca38333954a97000 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. --- rsProgram.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'rsProgram.h') diff --git a/rsProgram.h b/rsProgram.h index 251072fb..bb3d9ac3 100644 --- a/rsProgram.h +++ b/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.2.3