nifskope icon indicating copy to clipboard operation
nifskope copied to clipboard

Error messsage

Open DoiKid opened this issue 1 year ago • 3 comments

I keep getting the following error in nifSkope 2.0 dev 9

" sk_multilayer.prog:

The shader uses varying b, but previous shader does not write to it. The shader uses varying t, but previous shader does not write to it. The shader uses varying N, but previous shader does not write to it. Out of resource error. "

DoiKid avatar Oct 05 '23 10:10 DoiKid

@DoiKid sk_multilayer.zip

You can replace the file in shaders\ with that. I'll have the fixed version in a future release.

hexabits avatar Oct 06 '23 22:10 hexabits

Thank you

DoiKid avatar Oct 06 '23 22:10 DoiKid

There is an additional issue due to ParallaxOffsetAndDepth() expecting tangent space vectors, this version of the shader fixes that as well.

fo76utils avatar Feb 04 '24 17:02 fo76utils