Blender V4.3
blender::draw::Manager::DataDebugOutput Struct Reference

#include <draw_manager.hh>

Public Attributes

Span< ObjectMatricesmatrices
 
Span< ObjectBoundsbounds
 
Span< ObjectInfosinfos
 

Detailed Description

Definition at line 68 of file draw_manager.hh.

Member Data Documentation

◆ bounds

Span<ObjectBounds> blender::draw::Manager::DataDebugOutput::bounds

Indexed by resource id.

Definition at line 72 of file draw_manager.hh.

Referenced by blender::draw::test_draw_manager_sync().

◆ infos

Span<ObjectInfos> blender::draw::Manager::DataDebugOutput::infos

Indexed by resource id.

Definition at line 74 of file draw_manager.hh.

Referenced by blender::draw::test_draw_manager_sync().

◆ matrices

Span<ObjectMatrices> blender::draw::Manager::DataDebugOutput::matrices

Indexed by resource id.

Definition at line 70 of file draw_manager.hh.

Referenced by blender::draw::Manager::data_debug(), and blender::draw::test_draw_manager_sync().


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