ISF multipass buffer is not float

Post your questions here and we'll all try to help.
Post Reply
dtristram
Posts: 12
Joined: Fri Dec 31, 2021 19:32

ISF multipass buffer is not float

Post by dtristram »

it looks to me as though multipass buffers in ISF shaders are not respecting "FLOAT": true in the metadata header. I cannot get persistent values to go beyond the range 0 to 1, and the values I am seeing are quantized.

I have set the node depth to 32-bit float in WIRE
I have set the patch depthc to 32-bit float in WIRE
my buffer is 1x1.

Can anyone confirm that persistent shader buffers work with 32-bit float values?

Post Reply