|
Blender V4.3
|
#include "sequencer_quads_batch.hh"#include "BLI_color.hh"#include "BLI_math_vector_types.hh"#include "GPU_batch.hh"#include "GPU_index_buffer.hh"#include "GPU_vertex_buffer.hh"Go to the source code of this file.
Classes | |
| struct | ColorVertex |
Functions | |
| static blender::gpu::IndexBuf * | create_quads_index_buffer (int quads_count) |
|
static |
Definition at line 24 of file sequencer_quads_batch.cc.
References GPU_indexbuf_add_tri_verts(), GPU_indexbuf_build(), GPU_indexbuf_init(), and GPU_PRIM_TRIS.
Referenced by SeqQuadsBatch::SeqQuadsBatch().