|
Blender V4.3
|
#include "MEM_guardedalloc.h"#include "BLI_sys_types.h"#include "GPU_batch.hh"#include "gpu_drawlist_private.hh"#include "gl_context.hh"Go to the source code of this file.
Classes | |
| class | blender::gpu::GLDrawList |
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Implementation of Multi Draw Indirect using OpenGL. Fallback if the needed extensions are not supported.
Definition in file gl_drawlist.hh.