about summary refs log tree commit diff stats
path: root/data/maps/daedalus/rooms/Cyan Room.txtpb
blob: 60a3595605b2614b13d49bf97337b934a5f3ac51 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
generated by cgit-pink 1.4.1 (git 2.36.1) at 2025-11-10 14:34:28 +0000
 


lass="kt">unsigned int	depthFormat_;
	unsigned int	pixelFormat_;

	// The OpenGL ES names for the framebuffer and renderbuffer used to render to this view
    GLuint defaultFramebuffer_;
	GLuint colorRenderbuffer_;
	GLuint depthBuffer_;
	
	
	//buffers for MSAA
	GLuint msaaFramebuffer_;
	GLuint msaaColorbuffer_;
	
	EAGLContext *context_;
}

/** EAGLContext */
@property (nonatomic,readonly) EAGLContext* context;

- (BOOL)resizeFromLayer:(CAEAGLLayer *)layer;

@end

#endif // __IPHONE_OS_VERSION_MAX_ALLOWED