Blender V2.61 - r43446
|
#include <GPU_buffers.h>
Public Attributes | |
int | size |
void * | pointer |
unsigned int | id |
Definition at line 48 of file GPU_buffers.h.
unsigned int GPUBuffer::id |
Definition at line 51 of file GPU_buffers.h.
Referenced by GPU_buffer_alloc(), GPU_buffer_lock(), GPU_buffer_lock_stream(), gpu_buffer_pool_delete_last(), gpu_buffer_setup(), GPU_color_setup(), GPU_edge_setup(), GPU_interleaved_attrib_setup(), GPU_normal_setup(), GPU_uv_setup(), GPU_uvedge_setup(), and GPU_vertex_setup().
void* GPUBuffer::pointer |
Definition at line 50 of file GPU_buffers.h.
Referenced by GPU_buffer_alloc(), GPU_buffer_draw_elements(), GPU_buffer_lock(), GPU_buffer_lock_stream(), gpu_buffer_pool_delete_last(), gpu_buffer_setup(), GPU_color_setup(), GPU_edge_setup(), GPU_interleaved_attrib_setup(), GPU_normal_setup(), GPU_uv_setup(), GPU_uvedge_setup(), and GPU_vertex_setup().
int GPUBuffer::size |
Definition at line 49 of file GPU_buffers.h.
Referenced by GPU_buffer_alloc(), GPU_buffer_lock_stream(), and gpu_buffer_setup().