mirror of
https://github.com/X0nk/Bliss-Shader.git
synced 2025-06-22 08:42:50 +08:00
fix issues on AMD, temporary ambient sss brightness slider
This commit is contained in:
@ -216,7 +216,7 @@ void main() {
|
||||
|
||||
#ifdef Variable_Penumbra_Shadows
|
||||
|
||||
if (NdotL > 0.0 || LabSSS >= 0.0) {
|
||||
if (NdotL > 0.0 || LabSSS > 0.0) {
|
||||
|
||||
vec3 p3 = mat3(gbufferModelViewInverse) * fragpos + gbufferModelViewInverse[3].xyz;
|
||||
|
||||
|
Reference in New Issue
Block a user