|
Blender V5.0
|
#include "DRW_render.hh"Go to the source code of this file.
Classes | |
| struct | blender::draw::select::Engine |
| struct | blender::draw::edit_select::Engine |
Namespaces | |
| namespace | blender |
| namespace | blender::draw |
| namespace | blender::draw::select |
| namespace | blender::draw::edit_select |
Functions | |
| struct SELECTID_Context * | DRW_select_engine_context_get () |
| blender::gpu::FrameBuffer * | DRW_engine_select_framebuffer_get () |
| blender::gpu::Texture * | DRW_engine_select_texture_get () |
| blender::gpu::FrameBuffer * DRW_engine_select_framebuffer_get | ( | ) |
Definition at line 538 of file select_engine.cc.
References blender::draw::edit_select::Instance::StaticData::framebuffer_select_id, and blender::draw::edit_select::Instance::StaticData::get().
Referenced by DRW_select_buffer_read().
| blender::gpu::Texture * DRW_engine_select_texture_get | ( | ) |
Definition at line 544 of file select_engine.cc.
References blender::draw::edit_select::Instance::StaticData::get(), and blender::draw::edit_select::Instance::StaticData::texture_u32.
Referenced by DRW_select_buffer_read().
| struct SELECTID_Context * DRW_select_engine_context_get | ( | ) |
Definition at line 532 of file select_engine.cc.
References blender::draw::edit_select::Instance::StaticData::context, and blender::draw::edit_select::Instance::StaticData::get().
Referenced by DRW_draw_select_id(), DRW_select_buffer_bitmap_from_circle(), DRW_select_buffer_bitmap_from_poly(), DRW_select_buffer_bitmap_from_rect(), DRW_select_buffer_context_create(), DRW_select_buffer_context_offset_for_object_elem(), DRW_select_buffer_elem_get(), and DRW_select_buffer_read().