[−][src]Module alacritty::renderer
Modules
rects |
Structs
Atlas | Manages a single texture atlas. |
Batch | |
Glyph | |
GlyphCache | Naïve glyph cache. |
InstanceData | |
LoaderApi | |
QuadRenderer | |
RenderApi | |
RenderingGlyphFlags | |
TextShaderProgram | Text drawing program. |
Enums
AtlasInsertError | Error that can happen when inserting a texture to the Atlas. |
Error | |
ShaderCreationError |
Constants
ATLAS_SIZE | |
BATCH_MAX | Maximum items to be drawn in a batch. |
Statics
TEXT_SHADER_F | |
TEXT_SHADER_V |
Traits
LoadGlyph |
|
Functions
clear_atlas | |
create_program | |
create_shader | |
get_program_info_log | |
get_shader_info_log | |
load_glyph | Load a glyph into a texture atlas. |