font changing on the fly

This commit is contained in:
2026-05-22 17:27:29 +10:00
parent af448c338c
commit be9f3b4e8b
3 changed files with 13 additions and 3 deletions

View File

@@ -4,6 +4,7 @@
#include "RuntimeShaderArtifact.h"
#include <map>
#include <memory>
#include <string>
#include <vector>
@@ -28,6 +29,7 @@ private:
{
std::string parameterId;
std::string cachedText;
std::shared_ptr<const std::vector<unsigned char>> cachedPixels;
GLuint texture = 0;
unsigned width = 0;
unsigned height = 0;