render update

This commit is contained in:
2023-05-22 05:08:08 +00:00
parent 49271b4a5d
commit c16a0332a5
10 changed files with 63 additions and 29 deletions

View File

@@ -6,9 +6,12 @@ out vec4 color;
uniform sampler2D text;
float osize = 1.0;
void main()
{
float lettera = texture(text,TexCoords).r;
// color = vec4(1.f, 1.f, 1.f, texture(text, TexCoords).r);
if (lettera <= 0.1f)