Blender V4.3
blender::draw::command::Header Struct Reference

#include <draw_command.hh>

Public Attributes

Type type
 
uint index
 

Detailed Description

The index of the group is implicit since it is known by the one who want to access it. This also allows to have an indexed object to split the command stream.

Definition at line 118 of file draw_command.hh.

Member Data Documentation

◆ index

uint blender::draw::command::Header::index

Command index in command heap of this type.

Definition at line 122 of file draw_command.hh.

◆ type

Type blender::draw::command::Header::type

Command type.

Definition at line 120 of file draw_command.hh.


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