Blender V2.61 - r43446
|
Public Attributes | |
GLuint | bind [MAX_N_TEX *MAX_N_TEX] |
int | x [MAX_N_TEX] |
int | y [MAX_N_TEX] |
int | nx |
int | ny |
GLenum | target |
GLuint wmDrawTriple::bind[MAX_N_TEX *MAX_N_TEX] |
Definition at line 353 of file wm_draw.c.
Referenced by wm_draw_triple_free(), wm_triple_copy_textures(), wm_triple_draw_textures(), and wm_triple_gen_textures().
int wmDrawTriple::nx |
Definition at line 355 of file wm_draw.c.
Referenced by wm_draw_triple_free(), wm_triple_copy_textures(), wm_triple_draw_textures(), and wm_triple_gen_textures().
int wmDrawTriple::ny |
Definition at line 355 of file wm_draw.c.
Referenced by wm_draw_triple_free(), wm_triple_copy_textures(), wm_triple_draw_textures(), and wm_triple_gen_textures().
GLenum wmDrawTriple::target |
Definition at line 356 of file wm_draw.c.
Referenced by wm_triple_copy_textures(), wm_triple_draw_textures(), and wm_triple_gen_textures().
int wmDrawTriple::x[MAX_N_TEX] |
Definition at line 354 of file wm_draw.c.
Referenced by wm_triple_copy_textures(), wm_triple_draw_textures(), and wm_triple_gen_textures().
int wmDrawTriple::y[MAX_N_TEX] |
Definition at line 354 of file wm_draw.c.
Referenced by wm_triple_copy_textures(), wm_triple_draw_textures(), and wm_triple_gen_textures().