Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wgsl: add refract as a built-in function #1901

Merged
merged 2 commits into from
Jul 7, 2021
Merged

Commits on Jul 5, 2021

  1. Add refract as a built-in function

    Add the refract into WGSL, which is already a built in function in GLSL, HLSL and MSL.
    Also correct a mistyping in the description of reflect.
    jzm-intel committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    94fa788 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

  1. Configuration menu
    Copy the full SHA
    5431d79 View commit details
    Browse the repository at this point in the history