Anti aliasing only working with TAA

This commit is contained in:
Onek8 2025-01-31 08:56:57 +00:00
parent 2a6e05aff1
commit 7433409cda

View File

@ -1213,7 +1213,7 @@ class Inc {
kha.compute.Compute.setSampledTexture(voxel_td4, rts.get("voxelsSDF").image);
kha.compute.Compute.setTexture(voxel_te4, rts.get("voxels_specular").image, kha.compute.Access.Write);
kha.compute.Compute.setSampledTexture(voxel_tf4, rts.get("gbuffer2").image);
//kha.compute.Compute.setSampledTexture(voxel_tf4, rts.get("gbuffer2").image);
var fa:Float32Array = new Float32Array(Main.voxelgiClipmapCount * 10);
for (i in 0...Main.voxelgiClipmapCount) {