lum-glplay-private

Name

lum-glplay-private -- 

Synopsis



struct      LumGlplayPrivate;

Description

Details

struct LumGlplayPrivate

struct LumGlplayPrivate {

	GtkGLArea * area;
	guint list[4];
	guint32 tex_width;
	guint32 tex_height;
	guint32 image_bytes;
	gint gl_internal_format;
	gint gl_bitmap_format;
	gint gl_bitmap_type;
	gint texnumx;
	gint texnumy;
	gint memory_x_len;
	gint memory_x_start_offset;
	gint raw_line_len;
	gfloat texpercx;
	gfloat texpercy;
	struct TexSquare * texgrid;
	guchar * data;
	guchar * data_local;
	gfloat angle;
	GLUquadricObj * quadratic;
	gboolean ready;
	gboolean env;
	gboolean back;
	gint shape;
};