Blender V4.3
select_engine.hh File Reference

Go to the source code of this file.

Functions

struct SELECTID_ContextDRW_select_engine_context_get ()
 
struct GPUFrameBuffer * DRW_engine_select_framebuffer_get ()
 
struct GPUTexture * DRW_engine_select_texture_get ()
 

Variables

DrawEngineType draw_engine_select_type
 
RenderEngineType DRW_engine_viewport_select_type
 
DrawEngineType draw_engine_select_next_type
 

Function Documentation

◆ DRW_engine_select_framebuffer_get()

struct GPUFrameBuffer * DRW_engine_select_framebuffer_get ( )

Definition at line 359 of file select_engine.cc.

References e_data, and get_engine_data().

Referenced by DRW_select_buffer_read().

◆ DRW_engine_select_texture_get()

struct GPUTexture * DRW_engine_select_texture_get ( )

Definition at line 365 of file select_engine.cc.

References e_data, and get_engine_data().

Referenced by DRW_select_buffer_read(), and select_debug_engine_init().

◆ DRW_select_engine_context_get()

Variable Documentation

◆ draw_engine_select_next_type

DrawEngineType draw_engine_select_next_type
extern

Definition at line 89 of file select_instance.cc.

Referenced by DRW_draw_select_loop(), and DRW_engines_register().

◆ draw_engine_select_type

◆ DRW_engine_viewport_select_type

RenderEngineType DRW_engine_viewport_select_type
extern

Definition at line 323 of file select_engine.cc.