Blender  V2.93
Public Attributes | List of all members
DRWCommandDrawInstanceRange Struct Reference

#include <draw_manager.h>

Public Attributes

GPUBatchbatch
 
DRWResourceHandle handle
 
uint inst_first
 
uint inst_count
 

Detailed Description

Definition at line 220 of file draw_manager.h.

Member Data Documentation

◆ batch

GPUBatch* DRWCommandDrawInstanceRange::batch

Definition at line 221 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_draw_intance_range().

◆ handle

DRWResourceHandle DRWCommandDrawInstanceRange::handle

Definition at line 222 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_draw_intance_range().

◆ inst_count

uint DRWCommandDrawInstanceRange::inst_count

Definition at line 224 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_draw_intance_range().

◆ inst_first

uint DRWCommandDrawInstanceRange::inst_first

Definition at line 223 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_draw_intance_range().


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