Blender V4.3
DRWCommand Union Reference

#include <draw_manager_c.hh>

Public Attributes

DRWCommandDraw draw
 
DRWCommandDrawRange range
 
DRWCommandDrawInstance instance
 
DRWCommandDrawInstanceRange instance_range
 
DRWCommandDrawProcedural procedural
 
DRWCommandDrawIndirect draw_indirect
 
DRWCommandCompute compute
 
DRWCommandComputeRef compute_ref
 
DRWCommandComputeIndirect compute_indirect
 
DRWCommandBarrier barrier
 
DRWCommandSetMutableState state
 
DRWCommandSetStencil stencil
 
DRWCommandSetSelectID select_id
 
DRWCommandClear clear
 

Detailed Description

Definition at line 302 of file draw_manager_c.hh.

Member Data Documentation

◆ barrier

DRWCommandBarrier DRWCommand::barrier

Definition at line 312 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ clear

DRWCommandClear DRWCommand::clear

Definition at line 316 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ compute

DRWCommandCompute DRWCommand::compute

Definition at line 309 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ compute_indirect

DRWCommandComputeIndirect DRWCommand::compute_indirect

Definition at line 311 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ compute_ref

DRWCommandComputeRef DRWCommand::compute_ref

Definition at line 310 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ draw

DRWCommandDraw DRWCommand::draw

Definition at line 303 of file draw_manager_c.hh.

Referenced by draw_shgroup(), and DRW_pass_sort_shgroup_z().

◆ draw_indirect

DRWCommandDrawIndirect DRWCommand::draw_indirect

Definition at line 308 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ instance

DRWCommandDrawInstance DRWCommand::instance

Definition at line 305 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ instance_range

DRWCommandDrawInstanceRange DRWCommand::instance_range

Definition at line 306 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ procedural

DRWCommandDrawProcedural DRWCommand::procedural

Definition at line 307 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ range

DRWCommandDrawRange DRWCommand::range

Definition at line 304 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ select_id

DRWCommandSetSelectID DRWCommand::select_id

Definition at line 315 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ state

DRWCommandSetMutableState DRWCommand::state

Definition at line 313 of file draw_manager_c.hh.

Referenced by draw_shgroup().

◆ stencil

DRWCommandSetStencil DRWCommand::stencil

Definition at line 314 of file draw_manager_c.hh.

Referenced by draw_shgroup().


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