![]() |
Blender V2.61 - r43446
|
Public Attributes | |
| GLuint | vert_buf |
| GLuint | index_buf |
| GLenum | index_type |
| MFace * | mface |
| MVert * | mvert |
| int * | face_indices |
| int | totface |
| DMGridData ** | grids |
| int * | grid_indices |
| int | totgrid |
| int | gridsize |
| unsigned int | tot_tri |
| unsigned int | tot_quad |
Definition at line 1279 of file gpu_buffers.c.
Definition at line 1287 of file gpu_buffers.c.
Referenced by GPU_build_mesh_buffers(), and GPU_draw_buffers().
Definition at line 1292 of file gpu_buffers.c.
Referenced by GPU_draw_buffers(), and GPU_update_grid_buffers().
Definition at line 1291 of file gpu_buffers.c.
Referenced by GPU_draw_buffers(), and GPU_update_grid_buffers().
Definition at line 1294 of file gpu_buffers.c.
Referenced by GPU_draw_buffers(), and GPU_update_grid_buffers().
| GLuint GPU_Buffers::index_buf |
Definition at line 1281 of file gpu_buffers.c.
Referenced by GPU_build_grid_buffers(), GPU_build_mesh_buffers(), GPU_draw_buffers(), and GPU_free_buffers().
| GLenum GPU_Buffers::index_type |
Definition at line 1282 of file gpu_buffers.c.
Referenced by GPU_build_grid_buffers(), GPU_build_mesh_buffers(), and GPU_draw_buffers().
Definition at line 1285 of file gpu_buffers.c.
Referenced by GPU_build_mesh_buffers(), and GPU_draw_buffers().
Definition at line 1286 of file gpu_buffers.c.
Referenced by GPU_draw_buffers(), and GPU_update_mesh_buffers().
| unsigned int GPU_Buffers::tot_quad |
Definition at line 1296 of file gpu_buffers.c.
Referenced by GPU_build_grid_buffers(), and GPU_draw_buffers().
| unsigned int GPU_Buffers::tot_tri |
Definition at line 1296 of file gpu_buffers.c.
Referenced by GPU_build_mesh_buffers(), and GPU_draw_buffers().
Definition at line 1288 of file gpu_buffers.c.
Referenced by GPU_build_mesh_buffers(), and GPU_draw_buffers().
Definition at line 1293 of file gpu_buffers.c.
Referenced by GPU_draw_buffers(), and GPU_update_grid_buffers().
| GLuint GPU_Buffers::vert_buf |
Definition at line 1281 of file gpu_buffers.c.
Referenced by GPU_build_grid_buffers(), GPU_build_mesh_buffers(), GPU_draw_buffers(), GPU_free_buffers(), GPU_update_grid_buffers(), and GPU_update_mesh_buffers().