Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
added comment
  • Loading branch information
Holmes Futrell committed Aug 16, 2008
1 parent 2bb190a commit 89a9986
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/video/uikit/SDL_uikitopenglview.m
Expand Up @@ -24,7 +24,6 @@
#import <OpenGLES/EAGLDrawable.h>
#import "SDL_uikitopenglview.h"

// A class extension to declare private methods
@interface SDL_uikitopenglview (privateMethods)

- (BOOL) createFramebuffer;
Expand All @@ -36,15 +35,11 @@ - (void) destroyFramebuffer;
@implementation SDL_uikitopenglview

@synthesize context;
// You must implement this

+ (Class)layerClass {
return [CAEAGLLayer class];
}

/*
stencilBits ignored.
Right now iPhone stencil buffer doesn't appear supported. Maybe it will be in the future ... who knows.
*/
- (id)initWithFrame:(CGRect)frame \
retainBacking:(BOOL)retained \
rBits:(int)rBits \
Expand Down

0 comments on commit 89a9986

Please sign in to comment.