Blender V5.0
GlyphQuad Struct Reference

#include <GPU_shader_shared.hh>

Public Attributes

int4 position
float4 glyph_color
int2 glyph_size
int offset
uint flags

Detailed Description

Definition at line 140 of file GPU_shader_shared.hh.

Member Data Documentation

◆ flags

uint GlyphQuad::flags

Definition at line 145 of file GPU_shader_shared.hh.

Referenced by blf_texture_draw().

◆ glyph_color

float4 GlyphQuad::glyph_color

Definition at line 142 of file GPU_shader_shared.hh.

Referenced by blf_texture_draw().

◆ glyph_size

int2 GlyphQuad::glyph_size

Definition at line 143 of file GPU_shader_shared.hh.

Referenced by blf_texture_draw().

◆ offset

int GlyphQuad::offset

Definition at line 144 of file GPU_shader_shared.hh.

Referenced by blf_texture_draw().

◆ position

int4 GlyphQuad::position

Definition at line 141 of file GPU_shader_shared.hh.

Referenced by blf_texture_draw().


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