Blender V2.61 - r43446
Public Attributes

GPU_Buffers Struct Reference

List of all members.

Public Attributes

GLuint vert_buf
GLuint index_buf
GLenum index_type
MFacemface
MVertmvert
int * face_indices
int totface
DMGridData ** grids
int * grid_indices
int totgrid
int gridsize
unsigned int tot_tri
unsigned int tot_quad

Detailed Description

Definition at line 1279 of file gpu_buffers.c.


Member Data Documentation

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().

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().


The documentation for this struct was generated from the following file: