refactor: remove stupidity

This commit is contained in:
catangent 2025-08-03 19:01:25 +01:00
parent 35a81340b1
commit 4d22b8783f
2 changed files with 0 additions and 9 deletions

View file

@ -60,10 +60,5 @@ void main()
outColor *= texture(occlusionMap, (vec2(ao_square, 0)+fract(fragTileTexCoord))/vec2(256, 1));
outColor.a = 1;
//uint bit = uint(fragTileTexCoord * 32);
//outColor.g = (((uint(quadWidth) >> bit) & uint(1)) == uint(1)) ?
// ((bit % uint(2) == uint(0)) ? 1.0 : 0.8):
// ((bit % uint(2) == uint(0)) ? 0.0 : 0.2);
}