|
Blender V4.5
|
#include <blf_internal_types.hh>
Public Attributes | |
| FontBLF * | font |
| blender::gpu::Batch * | batch |
| blender::gpu::VertBuf * | verts |
| GPUVertBufRaw | pos_step |
| GPUVertBufRaw | col_step |
| GPUVertBufRaw | offset_step |
| GPUVertBufRaw | glyph_size_step |
| GPUVertBufRaw | glyph_flags_step |
| unsigned int | pos_loc |
| unsigned int | col_loc |
| unsigned int | offset_loc |
| unsigned int | glyph_size_loc |
| unsigned int | glyph_flags_loc |
| unsigned int | glyph_len |
| int | ofs [2] |
| float | mat [4][4] |
| bool | enabled |
| bool | active |
| bool | simple_shader |
| GlyphCacheBLF * | glyph_cache |
Definition at line 110 of file blf_internal_types.hh.
| bool BatchBLF::active |
Definition at line 122 of file blf_internal_types.hh.
| blender::gpu::Batch* BatchBLF::batch |
Definition at line 113 of file blf_internal_types.hh.
| unsigned int BatchBLF::col_loc |
Definition at line 116 of file blf_internal_types.hh.
| GPUVertBufRaw BatchBLF::col_step |
Definition at line 115 of file blf_internal_types.hh.
| bool BatchBLF::enabled |
Definition at line 122 of file blf_internal_types.hh.
| FontBLF* BatchBLF::font |
Can only batch glyph from the same font.
Definition at line 112 of file blf_internal_types.hh.
| GlyphCacheBLF* BatchBLF::glyph_cache |
Definition at line 123 of file blf_internal_types.hh.
| unsigned int BatchBLF::glyph_flags_loc |
Definition at line 116 of file blf_internal_types.hh.
| GPUVertBufRaw BatchBLF::glyph_flags_step |
Definition at line 115 of file blf_internal_types.hh.
| unsigned int BatchBLF::glyph_len |
Definition at line 117 of file blf_internal_types.hh.
| unsigned int BatchBLF::glyph_size_loc |
Definition at line 116 of file blf_internal_types.hh.
| GPUVertBufRaw BatchBLF::glyph_size_step |
Definition at line 115 of file blf_internal_types.hh.
| float BatchBLF::mat[4][4] |
Definition at line 121 of file blf_internal_types.hh.
| unsigned int BatchBLF::offset_loc |
Definition at line 116 of file blf_internal_types.hh.
| GPUVertBufRaw BatchBLF::offset_step |
Definition at line 115 of file blf_internal_types.hh.
| int BatchBLF::ofs[2] |
Copy of font->pos.
Definition at line 119 of file blf_internal_types.hh.
| unsigned int BatchBLF::pos_loc |
Definition at line 116 of file blf_internal_types.hh.
| GPUVertBufRaw BatchBLF::pos_step |
Definition at line 115 of file blf_internal_types.hh.
| bool BatchBLF::simple_shader |
Definition at line 122 of file blf_internal_types.hh.
| blender::gpu::VertBuf* BatchBLF::verts |
Definition at line 114 of file blf_internal_types.hh.