Blender  V3.3
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
 
DRWCommandCompute compute
 
DRWCommandComputeRef compute_ref
 
DRWCommandComputeIndirect compute_indirect
 
DRWCommandBarrier barrier
 
DRWCommandSetMutableState state
 
DRWCommandSetStencil stencil
 
DRWCommandSetSelectID select_id
 
DRWCommandClear clear
 

Detailed Description

Definition at line 283 of file draw_manager.h.

Member Data Documentation

◆ barrier

DRWCommandBarrier DRWCommand::barrier

Definition at line 292 of file draw_manager.h.

Referenced by draw_shgroup().

◆ clear

DRWCommandClear DRWCommand::clear

Definition at line 296 of file draw_manager.h.

Referenced by draw_shgroup().

◆ compute

DRWCommandCompute DRWCommand::compute

Definition at line 289 of file draw_manager.h.

Referenced by draw_shgroup().

◆ compute_indirect

DRWCommandComputeIndirect DRWCommand::compute_indirect

Definition at line 291 of file draw_manager.h.

Referenced by draw_shgroup().

◆ compute_ref

DRWCommandComputeRef DRWCommand::compute_ref

Definition at line 290 of file draw_manager.h.

Referenced by draw_shgroup().

◆ draw

DRWCommandDraw DRWCommand::draw

Definition at line 284 of file draw_manager.h.

Referenced by draw_shgroup(), and DRW_pass_sort_shgroup_z().

◆ instance

DRWCommandDrawInstance DRWCommand::instance

Definition at line 286 of file draw_manager.h.

Referenced by draw_shgroup().

◆ instance_range

DRWCommandDrawInstanceRange DRWCommand::instance_range

Definition at line 287 of file draw_manager.h.

Referenced by draw_shgroup().

◆ procedural

DRWCommandDrawProcedural DRWCommand::procedural

Definition at line 288 of file draw_manager.h.

Referenced by draw_shgroup().

◆ range

DRWCommandDrawRange DRWCommand::range

Definition at line 285 of file draw_manager.h.

Referenced by draw_shgroup().

◆ select_id

DRWCommandSetSelectID DRWCommand::select_id

Definition at line 295 of file draw_manager.h.

Referenced by draw_shgroup().

◆ state

DRWCommandSetMutableState DRWCommand::state

Definition at line 293 of file draw_manager.h.

Referenced by draw_shgroup().

◆ stencil

DRWCommandSetStencil DRWCommand::stencil

Definition at line 294 of file draw_manager.h.

Referenced by draw_shgroup().


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