|
Blender V5.0
|
#include <GPU_shader_shared.hh>
Public Attributes | |
| int4 | position |
| float4 | glyph_color |
| int2 | glyph_size |
| int | offset |
| uint | flags |
Definition at line 140 of file GPU_shader_shared.hh.
| uint GlyphQuad::flags |
Definition at line 145 of file GPU_shader_shared.hh.
Referenced by blf_texture_draw().
| float4 GlyphQuad::glyph_color |
Definition at line 142 of file GPU_shader_shared.hh.
Referenced by blf_texture_draw().
| int2 GlyphQuad::glyph_size |
Definition at line 143 of file GPU_shader_shared.hh.
Referenced by blf_texture_draw().
| int GlyphQuad::offset |
Definition at line 144 of file GPU_shader_shared.hh.
Referenced by blf_texture_draw().
| int4 GlyphQuad::position |
Definition at line 141 of file GPU_shader_shared.hh.
Referenced by blf_texture_draw().