Updated UTSRenderPass

This commit is contained in:
Misaki
2024-11-08 18:32:46 +09:00
parent d0554a73bb
commit da32fd952d
12 changed files with 106 additions and 83 deletions

View File

@@ -430,7 +430,6 @@ void Frag(PackedVaryingsToPS packedInput,
}
context.shadowValue = lerp(1, context.shadowValue, lightData.shadowDimmer);
customMainLight.shadowValue = context.shadowValue;
}
@@ -1000,4 +999,7 @@ void Frag(PackedVaryingsToPS packedInput,
outVTFeedback = builtinData.vtPackedFeedback;
#endif
//outColor.rgb = customMainLight.shadowValue;
}