|
Blender V4.3
|
#include <draw_shader_shared.hh>
Inherited by blender::draw::StorageBuffer< DRWDebugPrintBuffer >.
Public Attributes | |
| DrawCommand | command |
| uint | char_array [DRW_DEBUG_PRINT_MAX] |
Definition at line 353 of file draw_shader_shared.hh.
| uint DRWDebugPrintBuffer::char_array[DRW_DEBUG_PRINT_MAX] |
Each character is encoded as 3 uchar with char_index, row and column position.
Definition at line 356 of file draw_shader_shared.hh.
| DrawCommand DRWDebugPrintBuffer::command |
Definition at line 354 of file draw_shader_shared.hh.
Referenced by blender::draw::DebugDraw::init().