neoGFX
Cross-platform C++ app/game engine
Loading...
Searching...
No Matches
neogfx::i_glyph_shader Class Referenceabstract

#include <i_fragment_shader.hpp>

Inheritance diagram for neogfx::i_glyph_shader:
neogfx::i_fragment_shader

Public Types

typedef i_glyph_shader abstract_type
 
- Public Types inherited from neogfx::i_fragment_shader
typedef i_fragment_shader abstract_type
 

Public Member Functions

virtual void clear_glyph ()=0
 
virtual void set_first_glyph (const i_rendering_context &aContext, const glyph_text &aText, const glyph_char &aGlyphChar)=0
 

Detailed Description

Definition at line 72 of file i_fragment_shader.hpp.

Member Typedef Documentation

◆ abstract_type

Member Function Documentation

◆ clear_glyph()

virtual void neogfx::i_glyph_shader::clear_glyph ( )
pure virtual

◆ set_first_glyph()

virtual void neogfx::i_glyph_shader::set_first_glyph ( const i_rendering_context aContext,
const glyph_text aText,
const glyph_char aGlyphChar 
)
pure virtual

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