I need to feed float data to a compute shader.
The 3 ways I see of doing that are:
What are the pros / cons / performance of each technique ?
I don't need filtering, I just need to access the raw float data. Since SSBO and Buffer Texture are 1D, that means if my data is '2D', I need to compute the offsets myself.
data[y][x]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With