|
Blender V5.0
|
#include <blf_internal_types.hh>
Public Attributes | |
| FontBLF * | font |
| blender::gpu::Batch * | batch |
| blender::gpu::StorageBuf * | glyph_buf |
| int | glyph_len |
| int | ofs [2] |
| float | mat [4][4] |
| bool | enabled |
| bool | active |
| bool | simple_shader |
| GlyphCacheBLF * | glyph_cache |
| GlyphQuad | glyph_data [BLF_BATCH_DRAW_LEN_MAX] |
Definition at line 111 of file blf_internal_types.hh.
| bool BatchBLF::active |
Definition at line 121 of file blf_internal_types.hh.
| blender::gpu::Batch* BatchBLF::batch |
Definition at line 114 of file blf_internal_types.hh.
| bool BatchBLF::enabled |
Definition at line 121 of file blf_internal_types.hh.
| FontBLF* BatchBLF::font |
Can only batch glyph from the same font.
Definition at line 113 of file blf_internal_types.hh.
| blender::gpu::StorageBuf* BatchBLF::glyph_buf |
Definition at line 115 of file blf_internal_types.hh.
| GlyphCacheBLF* BatchBLF::glyph_cache |
Definition at line 122 of file blf_internal_types.hh.
| GlyphQuad BatchBLF::glyph_data[BLF_BATCH_DRAW_LEN_MAX] |
Definition at line 124 of file blf_internal_types.hh.
| int BatchBLF::glyph_len |
Definition at line 116 of file blf_internal_types.hh.
| float BatchBLF::mat[4][4] |
Previous call modelmatrix.
Definition at line 120 of file blf_internal_types.hh.
| int BatchBLF::ofs[2] |
Copy of font->pos.
Definition at line 118 of file blf_internal_types.hh.
| bool BatchBLF::simple_shader |
Definition at line 121 of file blf_internal_types.hh.