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

#include <draw_command_shared.hh>

Public Attributes

uint group_id
 
uint resource_handle
 
uint custom_id
 
uint instance_len
 

Detailed Description

Representation of a future draw call inside a DrawGroup. This DrawPrototype is then converted into DrawCommand on GPU after visibility and compaction. Multiple DrawPrototype might get merged into the same final DrawCommand.

Definition at line 94 of file draw_command_shared.hh.

Member Data Documentation

◆ custom_id

uint blender::draw::command::DrawPrototype::custom_id

◆ group_id

uint blender::draw::command::DrawPrototype::group_id

◆ instance_len

uint blender::draw::command::DrawPrototype::instance_len

◆ resource_handle

uint blender::draw::command::DrawPrototype::resource_handle

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