Court is now in session
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 89 KiB After Width: | Height: | Size: 48 KiB |
BIN
assets/kagami.png
Normal file
BIN
assets/kagami.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 18 KiB |
@ -8,5 +8,6 @@ out vec4 FragColor;
|
||||
|
||||
void main() {
|
||||
vec4 color = texture(u_Text, TexCoord);
|
||||
FragColor = color + vec4(0.1, 0.1, 0.1, 1);
|
||||
if(color.a == 0) discard;
|
||||
FragColor = color;
|
||||
}
|
Reference in New Issue
Block a user