It’s possible to have a procedural Gaussian noise texture using shaders?

  • ℍ𝕂-𝟞𝟝
    link
    fedilink
    English
    4
    edit-2
    4 months ago

    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.

  • ryujin470OP
    link
    fedilink
    24 months ago

    I asked this because I don’t think that everything is possible with programmable shaders in computer graphics