working version of text rendering

This commit is contained in:
ohyzha
2024-08-02 09:52:26 +03:00
parent 9b58ba5f55
commit e69a553b18
13 changed files with 491 additions and 102 deletions

View File

@@ -10,7 +10,6 @@ layout(set = 3, binding = 0) uniform TextConfig
{
vec3 textColor;
vec3 borderColor;
int outputSize;
float threshold;
float borderSize;
float smoothing;