FastUIDraw
Public Attributes | List of all members
fastuidraw::GlyphRenderCostInfo Class Reference

#include <glyph_render_data.hpp>

Public Attributes

c_string m_label
 
float m_value
 

Detailed Description

A GlyphRenderInfo provides rendering const information of a Glyph.

Definition at line 43 of file glyph_render_data.hpp.

Member Data Documentation

◆ m_label

c_string fastuidraw::GlyphRenderCostInfo::m_label

Label of the value; the string is NOT owned by the GlyphRenderInfo (it is expected that the c_string is build-time constant string).

Definition at line 56 of file glyph_render_data.hpp.

◆ m_value

float fastuidraw::GlyphRenderCostInfo::m_value

Value of the information element.

Definition at line 61 of file glyph_render_data.hpp.


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