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

#include <draw_command_shared.hh>

Public Attributes

uint group_id
 
uint res_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 90 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

◆ res_handle

uint blender::draw::command::DrawPrototype::res_handle

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