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

@@ -35,7 +35,6 @@ float down_sample_to_texture( vec2 uv, vec2 texture_size )
void main()
{
// const vec2 texture_size = 1.0f / vec2( 2048.0f, 512.0f );
const vec2 texture_size = 1.0f / glyph_buffer_size;
if ( region == 0 || region == 1 || region == 2 || region == 4 )
{