Route font mesh operations through renderer GL

This commit is contained in:
2026-06-03 07:29:09 +02:00
parent e1cce05bd6
commit 4de6f496ad
6 changed files with 279 additions and 77 deletions

View File

@@ -183,6 +183,7 @@ struct OpenGlMeshUpload {
const void* index_data = nullptr;
std::intptr_t index_byte_count = 0;
bool indexed = false;
std::uint32_t vertex_array_count = 2;
std::span<const OpenGlVertexAttribute> attributes;
};