Blender
V3.3
|
#include <gpu_drawlist_private.hh>
Public Member Functions | |
virtual | ~DrawList () |
virtual void | append (GPUBatch *batch, int i_first, int i_count)=0 |
virtual void | submit ()=0 |
Implementation of Multi Draw Indirect. Base class which is then specialized for each implementation (GL, VK, ...).
Definition at line 21 of file gpu_drawlist_private.hh.
|
inlinevirtual |
Definition at line 23 of file gpu_drawlist_private.hh.
|
pure virtual |
Implemented in blender::gpu::GLDrawList.
Referenced by GPU_draw_list_append().
|
pure virtual |
Implemented in blender::gpu::GLDrawList.
Referenced by GPU_draw_list_submit().