Finished inital draft for draw list generation docs in guide_architecture.md

This commit is contained in:
2025-01-11 22:59:35 -05:00
parent b220812950
commit e8218f3bf8
6 changed files with 95 additions and 50 deletions

View File

@@ -32,7 +32,6 @@ void main()
{
float alpha = texture(sampler2D( ve_draw_text_src_texture, ve_draw_text_src_sampler ), uv ).x;
// const vec2 texture_size = 1.0f / vec2( 2048.0f, 512.0f );
const vec2 texture_size = glyph_buffer_size;
const float down_sample = 1.0f / over_sample;