Rename String::copy_from functions to their respective encodings (parse_latin1, parse_wstring, parse_utf32).

This commit is contained in:
Lukas Tenbrink
2024-12-15 16:33:09 +01:00
parent ba2c5c1e61
commit df3e9291c6
3 changed files with 30 additions and 29 deletions

View File

@ -33,6 +33,7 @@
#ifdef GLES3_ENABLED
#include "drivers/gles3/shader_gles3.h"
#include "drivers/gles3/shaders/feed.glsl.gen.h"
namespace GLES3 {