Blender
V3.3
|
#include <gpu_batch_private.hh>
Public Member Functions | |
virtual | ~Batch ()=default |
virtual void | draw (int v_first, int v_count, int i_first, int i_count)=0 |
IndexBuf * | elem_ () const |
VertBuf * | verts_ (const int index) const |
VertBuf * | inst_ (const int index) const |
Base class which is then specialized for each implementation (GL, VK, ...).
Definition at line 27 of file gpu_batch_private.hh.
|
virtualdefault |
|
pure virtual |
Implemented in blender::gpu::GLBatch.
|
inline |
Definition at line 34 of file gpu_batch_private.hh.
References blender::gpu::unwrap().
|
inline |
Definition at line 42 of file gpu_batch_private.hh.
References blender::gpu::unwrap().
|
inline |
Definition at line 38 of file gpu_batch_private.hh.
References blender::gpu::unwrap(), and verts.