Blender  V2.93
Functions | Variables
select_engine.h File Reference

Go to the source code of this file.

Functions

struct SELECTID_ContextDRW_select_engine_context_get (void)
 
struct GPUFrameBufferDRW_engine_select_framebuffer_get (void)
 
struct GPUTextureDRW_engine_select_texture_get (void)
 

Variables

DrawEngineType draw_engine_select_type
 
RenderEngineType DRW_engine_viewport_select_type
 

Function Documentation

◆ DRW_engine_select_framebuffer_get()

struct GPUFrameBuffer* DRW_engine_select_framebuffer_get ( void  )

Definition at line 406 of file select_engine.c.

References e_data.

Referenced by DRW_select_buffer_read().

◆ DRW_engine_select_texture_get()

struct GPUTexture* DRW_engine_select_texture_get ( void  )

Definition at line 411 of file select_engine.c.

References e_data.

Referenced by DRW_select_buffer_read().

◆ DRW_select_engine_context_get()

struct SELECTID_Context* DRW_select_engine_context_get ( void  )

Variable Documentation

◆ draw_engine_select_type

DrawEngineType draw_engine_select_type
extern

◆ DRW_engine_viewport_select_type

RenderEngineType DRW_engine_viewport_select_type
extern

Definition at line 378 of file select_engine.c.