Blender  V2.93
Public Attributes | List of all members
DRWCommand Union Reference

#include <draw_manager.h>

Public Attributes

DRWCommandDraw draw
 
DRWCommandDrawRange range
 
DRWCommandDrawInstance instance
 
DRWCommandDrawInstanceRange instance_range
 
DRWCommandDrawProcedural procedural
 
DRWCommandSetMutableState state
 
DRWCommandSetStencil stencil
 
DRWCommandSetSelectID select_id
 
DRWCommandClear clear
 

Detailed Description

Definition at line 257 of file draw_manager.h.

Member Data Documentation

◆ clear

DRWCommandClear DRWCommand::clear

Definition at line 266 of file draw_manager.h.

Referenced by draw_shgroup().

◆ draw

DRWCommandDraw DRWCommand::draw

Definition at line 258 of file draw_manager.h.

Referenced by draw_shgroup(), and DRW_pass_sort_shgroup_z().

◆ instance

DRWCommandDrawInstance DRWCommand::instance

Definition at line 260 of file draw_manager.h.

Referenced by draw_shgroup().

◆ instance_range

DRWCommandDrawInstanceRange DRWCommand::instance_range

Definition at line 261 of file draw_manager.h.

Referenced by draw_shgroup().

◆ procedural

DRWCommandDrawProcedural DRWCommand::procedural

Definition at line 262 of file draw_manager.h.

Referenced by draw_shgroup().

◆ range

DRWCommandDrawRange DRWCommand::range

Definition at line 259 of file draw_manager.h.

Referenced by draw_shgroup().

◆ select_id

DRWCommandSetSelectID DRWCommand::select_id

Definition at line 265 of file draw_manager.h.

Referenced by draw_shgroup().

◆ state

DRWCommandSetMutableState DRWCommand::state

Definition at line 263 of file draw_manager.h.

Referenced by draw_shgroup().

◆ stencil

DRWCommandSetStencil DRWCommand::stencil

Definition at line 264 of file draw_manager.h.

Referenced by draw_shgroup().


The documentation for this union was generated from the following file: