|
Blender
V2.93
|
#include <gpu_batch_private.hh>
Inherits GPUBatch.
Inherited by blender::gpu::GLBatch.
Public Member Functions | |
| virtual | ~Batch ()=default |
| virtual void | draw (int v_first, int v_count, int i_first, int i_count)=0 |
| IndexBuf * | elem_ (void) 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 43 of file gpu_batch_private.hh.
|
virtualdefault |
|
pure virtual |
Implemented in blender::gpu::GLBatch.
|
inline |
Definition at line 50 of file gpu_batch_private.hh.
References blender::gpu::unwrap().
|
inline |
Definition at line 58 of file gpu_batch_private.hh.
References blender::gpu::unwrap().
|
inline |
Definition at line 54 of file gpu_batch_private.hh.
References blender::gpu::unwrap(), and verts.