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