|
Blender V4.3
|
#include "BLI_assert.h"#include "BLI_span.hh"#include "BKE_global.hh"#include "GPU_batch.hh"#include "GPU_common.hh"#include "gpu_shader_private.hh"#include "mtl_batch.hh"#include "mtl_context.hh"#include "mtl_debug.hh"#include "mtl_index_buffer.hh"#include "mtl_shader.hh"#include "mtl_storage_buffer.hh"#include "mtl_vertex_buffer.hh"#include <string>Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::gpu |
Metal implementation of gpu::Batch.
Definition in file mtl_batch.mm.