ryujin470@fedia.io to No Stupid Questions@lemmy.world · 9 hours agoIt's possible to have a procedural Gaussian noise texture using shaders?message-squaremessage-square3fedilinkarrow-up19arrow-down10file-text
arrow-up19arrow-down1message-squareIt's possible to have a procedural Gaussian noise texture using shaders?ryujin470@fedia.io to No Stupid Questions@lemmy.world · 9 hours agomessage-square3fedilinkfile-text
minus-squareℍ𝕂-𝟞𝟝linkfedilinkEnglisharrow-up4·edit-28 hours agoWhy wouldn’t it? Isn’t HLSL Turing-complete? A lot of implementations just use a precomputed image because the noise doesn’t have to be truly random, it’s okay if it’s just perceived as such.
Why wouldn’t it? Isn’t HLSL Turing-complete?
A lot of implementations just use a precomputed image because the noise doesn’t have to be truly random, it’s okay if it’s just perceived as such.