Blender  V3.3
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 228 of file draw_manager.h.

Member Data Documentation

◆ batch

GPUBatch* DRWCommandDrawInstanceRange::batch

Definition at line 229 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_draw_intance_range().

◆ handle

DRWResourceHandle DRWCommandDrawInstanceRange::handle

Definition at line 230 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_draw_intance_range().

◆ inst_count

uint DRWCommandDrawInstanceRange::inst_count

Definition at line 232 of file draw_manager.h.

Referenced by draw_shgroup(), and drw_command_draw_intance_range().

◆ inst_first

uint DRWCommandDrawInstanceRange::inst_first

Definition at line 231 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: