|
Blender V4.3
|
#include "BLI_assert.h"#include "GPU_batch.hh"#include "gpu_shader_private.hh"#include "gl_context.hh"#include "gl_debug.hh"#include "gl_index_buffer.hh"#include "gl_primitive.hh"#include "gl_storage_buffer.hh"#include "gl_vertex_array.hh"#include "gl_batch.hh"Go to the source code of this file.
GL implementation of #gpu::Batch. The only specificity of GL here is that it caches a list of Vertex Array Objects based on the bound shader interface.
Definition in file gl_batch.cc.