|
Blender V4.3
|
#include "BKE_global.hh"#include "BLI_map.hh"#include "DRW_gpu_wrapper.hh"#include "draw_command_shared.hh"#include "draw_handle.hh"#include "draw_state.hh"#include "draw_view.hh"Go to the source code of this file.
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
| namespace | blender::draw::detail |
| namespace | blender::draw::command |
Commands stored inside draw passes. Converted into GPU commands upon pass submission.
Draw calls (primitive rendering commands) are managed by either DrawCommandBuf or DrawMultiBuf. See implementation details at their definition.
Definition in file draw_command.hh.