This commit is contained in:
2025-07-14 09:50:26 +06:00
parent 9c64b893cf
commit cfec93957d
22 changed files with 1266 additions and 393 deletions

View File

@@ -71,4 +71,6 @@ vec4 atlasColor(uint texId, vec2 uv)
void main() {
Frame = atlasColor(Fragment.Texture, Fragment.UV);
if(Frame.w == 0)
discard;
}