Blender V4.3
DRWDebugPrintBuffer Struct Reference

#include <draw_shader_shared.hh>

Inherited by blender::draw::StorageBuffer< DRWDebugPrintBuffer >.

Public Attributes

DrawCommand command
uint char_array [DRW_DEBUG_PRINT_MAX]

Detailed Description

Definition at line 353 of file draw_shader_shared.hh.

Member Data Documentation

◆ char_array

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.

◆ command

DrawCommand DRWDebugPrintBuffer::command

Definition at line 354 of file draw_shader_shared.hh.


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