|
Blender
V2.59
|
#include <GPU_buffers.h>
Public Attributes | |
| int | size |
| void * | pointer |
| unsigned int | id |
Definition at line 53 of file GPU_buffers.h.
| unsigned int GPUBuffer::id |
Definition at line 56 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 55 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 54 of file GPU_buffers.h.
Referenced by MakeCursor::App::changesize(), MakeCursor::App::doit(), GPU_buffer_alloc(), GPU_buffer_lock_stream(), gpu_buffer_setup(), MakeCursor::App::scrnclick(), MakeCursor::App::scrndrag(), MakeCursor::App::updateprev(), and MakeCursor::App::updatescrn().