From 5453e3da0d45c7fd5f82b1dad0e5cc477f72f5b8 Mon Sep 17 00:00:00 2001 From: themancalledjakob Date: Mon, 29 May 2023 17:50:45 +0200 Subject: [PATCH] switch back to GL_TEXTURE_2D_ARRAY --- src/GPUFontAtlasLayerCombo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GPUFontAtlasLayerCombo.h b/src/GPUFontAtlasLayerCombo.h index 5faa450..a1b4449 100644 --- a/src/GPUFontAtlasLayerCombo.h +++ b/src/GPUFontAtlasLayerCombo.h @@ -15,6 +15,7 @@ namespace ofxVariableLab { struct GPUFontAtlasLayerComboSettings : public AtlasLayerComboSettings { + //GLint bufferTargetType = GL_UNIFORM_BUFFER; GLint bufferTargetType = GL_TEXTURE_2D_ARRAY; }; class GPUFontAtlasLayerCombo : public AtlasLayerCombo {