INtial text again

This commit is contained in:
2026-05-20 16:26:36 +10:00
parent 081364e764
commit e43ac21b2f
12 changed files with 608 additions and 15 deletions

View File

@@ -2,6 +2,7 @@
#include "GLExtensions.h"
#include "RuntimeShaderProgram.h"
#include "RuntimeTextTextureCache.h"
#include "../../runtime/RuntimeShaderArtifact.h"
#include <cstdint>
@@ -45,6 +46,7 @@ private:
void DestroyStaticGlResources();
RuntimeShaderArtifact mArtifact;
RuntimeTextTextureCache mTextTextures;
GLuint mProgram = 0;
GLuint mVertexShader = 0;
GLuint mFragmentShader = 0;