Simplified text overlay example, code cleanup, better text blending
This commit is contained in:
parent
0c2720efc3
commit
3c230c7ff5
18 changed files with 119 additions and 408 deletions
|
|
@ -9,5 +9,5 @@ layout (location = 0) out vec4 outFragColor;
|
|||
void main(void)
|
||||
{
|
||||
float color = texture(samplerFont, inUV).r;
|
||||
outFragColor = vec4(vec3(color), 1.0);
|
||||
outFragColor = vec4(color);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue