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