Blender
V3.3
|
Public Attributes | |
GLuint | v_count |
GLuint | i_count |
GLuint | v_first |
GLuint | base_index |
GLuint | i_first |
Definition at line 34 of file gl_drawlist.cc.
GLuint GLDrawCommandIndexed::base_index |
Definition at line 38 of file gl_drawlist.cc.
Referenced by blender::gpu::GLDrawList::append().
GLuint GLDrawCommandIndexed::i_count |
Definition at line 36 of file gl_drawlist.cc.
Referenced by blender::gpu::GLDrawList::append(), and blender::gpu::GLDrawList::submit().
GLuint GLDrawCommandIndexed::i_first |
Definition at line 39 of file gl_drawlist.cc.
Referenced by blender::gpu::GLDrawList::append(), and blender::gpu::GLDrawList::submit().
GLuint GLDrawCommandIndexed::v_count |
Definition at line 35 of file gl_drawlist.cc.
Referenced by blender::gpu::GLDrawList::append(), and blender::gpu::GLDrawList::submit().
GLuint GLDrawCommandIndexed::v_first |
Definition at line 37 of file gl_drawlist.cc.
Referenced by blender::gpu::GLDrawList::append(), and blender::gpu::GLDrawList::submit().